diff options
author | Alan Rominger <arominge@redhat.com> | 2023-09-06 17:14:57 +0200 |
---|---|---|
committer | Dave <dmz.oneill@gmail.com> | 2024-02-21 16:11:12 +0100 |
commit | 14ac91a8a2a366370f586c6143da150d34a85e4d (patch) | |
tree | 85c0c12b1396c60d79069c1168c1ce9341576fd5 /awx_collection | |
parent | Stop using the bulky test-playbooks in tests where possible (diff) | |
download | awx-14ac91a8a2a366370f586c6143da150d34a85e4d.tar.xz awx-14ac91a8a2a366370f586c6143da150d34a85e4d.zip |
Swap repos test fix
Diffstat (limited to 'awx_collection')
-rw-r--r-- | awx_collection/tests/integration/targets/inventory_source_update/tasks/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/awx_collection/tests/integration/targets/inventory_source_update/tasks/main.yml b/awx_collection/tests/integration/targets/inventory_source_update/tasks/main.yml index 02e4d2e773..43d57c9061 100644 --- a/awx_collection/tests/integration/targets/inventory_source_update/tasks/main.yml +++ b/awx_collection/tests/integration/targets/inventory_source_update/tasks/main.yml @@ -26,7 +26,7 @@ name: "{{ project_name }}" organization: "{{ org_name }}" scm_type: git - scm_url: https://github.com/ansible/test-playbooks + scm_url: https://github.com/ansible/ansible-tower-samples wait: true - name: Create a git project with same name, different org @@ -34,7 +34,7 @@ name: "{{ project_name }}" organization: Default scm_type: git - scm_url: https://github.com/ansible/ansible-tower-samples + scm_url: https://github.com/ansible/test-playbooks wait: true - name: Create an Inventory |