mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 06:28:01 -03:30
Merge pull request #7787 from squidboylan/collection_test_fix
Fix collection test inventory
Reviewed-by: Alan Rominger <arominge@redhat.com>
https://github.com/AlanCoding
This commit is contained in:
commit
76f75f1745
@ -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