mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
Fix collection test inventory
This commit is contained in:
parent
ec8725d54f
commit
d935e3c5a3
@ -16,6 +16,15 @@
|
||||
name: "Demo Inventory"
|
||||
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
|
||||
tower_job_template:
|
||||
name: "Demo Job Template"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user