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

@@ -70,7 +70,7 @@
- "result.status == 'pending'"
- name: Create a project for testing extra_vars
tower_project:
project:
name: "{{ proj_name }}"
organization: Default
scm_type: git
@@ -216,7 +216,7 @@
- "result is changed"
- name: Delete the extra_vars project
tower_project:
project:
name: "{{ proj_name }}"
organization: Default
state: absent