mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 13:39:27 -02:30
Fix collection test inventory
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user