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

@@ -9,7 +9,7 @@
project_name1: "AWX-Collection-tests-tower_project_update-project-{{ test_id }}"
- name: Create a git project without credentials without waiting
tower_project:
project:
name: "{{ project_name1 }}"
organization: Default
scm_type: git
@@ -56,7 +56,7 @@
- result is not changed
- name: Delete the test project 1
tower_project:
project:
name: "{{ project_name1 }}"
organization: Default
state: absent