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