Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
alinabuzachis authored Jan 21, 2025
2 parents 6210d71 + 3d02e58 commit 3c460fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- name: Define variables for credential and decision environment
set_fact:
decision_env_name: "Test_Decision_Env_{{ test_id }}"
image_url: "https://quay.io/repository/ansible/eda-server"
image_url: "quay.io/ansible/ansible-rulebook:main"

- include_tasks: create.yml
- include_tasks: delete.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- name: Define variables for credential and decision environment
set_fact:
decision_env_name: "Test_Decision_Env_{{ test_id }}"
image_url: "https://quay.io/repository/ansible/eda-server"
image_url: "quay.io/ansible/ansible-rulebook:main"

- include_tasks: list.yml
always:
Expand Down

0 comments on commit 3c460fa

Please sign in to comment.