Reset these tests back to test-playbooks

This commit is contained in:
Alan Rominger 2023-09-06 12:01:33 -04:00 committed by Dave
parent 14ac91a8a2
commit 5549516a37

View File

@ -191,13 +191,13 @@
- "'Non_Existing_Credential' in result.msg"
- "result.total_results == 0"
- name: Create a git project without credentials without waiting
- name: Create a git project using a branch and allowing branch override
project:
name: "{{ project_name3 }}"
organization: Default
scm_type: git
scm_branch: empty_branch
scm_url: https://github.com/ansible/ansible-tower-samples
scm_url: https://github.com/ansible/test-playbooks
allow_override: true
register: result
@ -211,7 +211,7 @@
organization: Default
scm_type: git
scm_branch: empty_branch
scm_url: https://github.com/ansible/ansible-tower-samples
scm_url: https://github.com/ansible/test-playbooks
allow_override: true
wait: true
update_project: true