diff options
author | Alan Rominger <arominge@redhat.com> | 2023-09-06 19:51:05 +0200 |
---|---|---|
committer | Dave <dmz.oneill@gmail.com> | 2024-02-21 16:11:12 +0100 |
commit | d70c6b947457c9d0ea39845a4d1d1f6d349a994d (patch) | |
tree | 527c9e2fa6c2ead39f272eeb939e9f97f6b9462f /awx_collection | |
parent | Reset these tests back to test-playbooks (diff) | |
download | awx-d70c6b947457c9d0ea39845a4d1d1f6d349a994d.tar.xz awx-d70c6b947457c9d0ea39845a4d1d1f6d349a994d.zip |
Reset another to test-playbooks
Diffstat (limited to 'awx_collection')
-rw-r--r-- | awx_collection/tests/integration/targets/project/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awx_collection/tests/integration/targets/project/tasks/main.yml b/awx_collection/tests/integration/targets/project/tasks/main.yml index 484d8aec28..a5a059beb9 100644 --- a/awx_collection/tests/integration/targets/project/tasks/main.yml +++ b/awx_collection/tests/integration/targets/project/tasks/main.yml @@ -264,7 +264,7 @@ name: "{{ project_name3 }}" organization: Default scm_type: archive - scm_url: https://github.com/ansible/ansible-tower-samples/archive/refs/tags/1.0.0.tar.gz + scm_url: https://github.com/ansible/test-playbooks/archive/refs/tags/1.0.0.tar.gz wait: true update_project: true register: result |