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

@@ -1,10 +1,10 @@
---
- name: Assure that default organization exists
tower_organization:
organization:
name: Default
- name: HACK - delete orphaned projects from preload data where organization deletd
tower_project:
project:
name: "{{ item['id'] }}"
scm_type: git
state: absent
@@ -16,7 +16,7 @@
label: "Deleting Demo Project with null organization id={{ item['id'] }}"
- name: Assure that demo project exists
tower_project:
project:
name: "Demo Project"
scm_type: 'git'
scm_url: 'https://github.com/ansible/ansible-tower-samples'
@@ -24,12 +24,12 @@
organization: Default
- name: Assure that demo inventory exists
tower_inventory:
inventory:
name: "Demo Inventory"
organization: Default
- name: Create a Host
tower_host:
host:
name: "localhost"
inventory: "Demo Inventory"
state: present