mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
regex replace tower_*: to ''
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user