regex replace tower_*: to ''

This commit is contained in:
Seth Foster
2021-04-28 18:17:07 -04:00
parent 44fed1d7c1
commit a695274cb6
33 changed files with 251 additions and 251 deletions

View File

@@ -4,13 +4,13 @@
label_name: "AWX-Collection-tests-tower_label-label-{{ lookup('password', '/dev/null chars=ascii_letters length=16') }}"
- name: Create a Label
tower_label:
label:
name: "{{ label_name }}"
organization: Default
state: present
- name: Check module fails with correct msg
tower_label:
label:
name: "Test Label"
organization: "Non_existing_org"
state: present