Fix collection test inventory

This commit is contained in:
Caleb Boylan 2020-07-31 09:47:10 -07:00
parent ec8725d54f
commit d935e3c5a3

View File

@ -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"