mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
regex replace tower_*: to ''
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
team_name: "AWX-Collection-tests-tower_team-team-{{ lookup('password', '/dev/null chars=ascii_letters length=16') }}"
|
||||
|
||||
- name: Attempt to add a Tower team to a non-existant Organization
|
||||
tower_team:
|
||||
team:
|
||||
name: Test Team
|
||||
organization: Missing_Organization
|
||||
state: present
|
||||
@@ -20,7 +20,7 @@
|
||||
- "result.total_results == 0"
|
||||
|
||||
- name: Create a Tower team
|
||||
tower_team:
|
||||
team:
|
||||
name: "{{ team_name }}"
|
||||
organization: Default
|
||||
register: result
|
||||
@@ -30,7 +30,7 @@
|
||||
- "result is changed"
|
||||
|
||||
- name: Delete a Tower team
|
||||
tower_team:
|
||||
team:
|
||||
name: "{{ team_name }}"
|
||||
organization: Default
|
||||
state: absent
|
||||
@@ -41,7 +41,7 @@
|
||||
- "result is changed"
|
||||
|
||||
- name: Check module fails with correct msg
|
||||
tower_team:
|
||||
team:
|
||||
name: "{{ team_name }}"
|
||||
organization: Non_Existing_Org
|
||||
state: present
|
||||
|
||||
Reference in New Issue
Block a user