diff --git a/awx_collection/tests/integration/targets/demo_data/tasks/main.yml b/awx_collection/tests/integration/targets/demo_data/tasks/main.yml index cce9cc1f51..800afda594 100644 --- a/awx_collection/tests/integration/targets/demo_data/tasks/main.yml +++ b/awx_collection/tests/integration/targets/demo_data/tasks/main.yml @@ -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"