mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 03:45:01 -02:30
Fix collection test inventory
This commit is contained in:
@@ -16,6 +16,15 @@
|
|||||||
name: "Demo Inventory"
|
name: "Demo Inventory"
|
||||||
organization: Default
|
organization: Default
|
||||||
|
|
||||||
|
- name: Create a Host
|
||||||
|
tower_host:
|
||||||
|
name: "localhost"
|
||||||
|
inventory: "Demo Inventory"
|
||||||
|
state: present
|
||||||
|
variables:
|
||||||
|
ansible_connection: local
|
||||||
|
register: result
|
||||||
|
|
||||||
- name: Assure that demo job template exists
|
- name: Assure that demo job template exists
|
||||||
tower_job_template:
|
tower_job_template:
|
||||||
name: "Demo Job Template"
|
name: "Demo Job Template"
|
||||||
|
|||||||
Reference in New Issue
Block a user