7 lines
111 B
YAML
7 lines
111 B
YAML
---
|
|
- name: main task
|
|
hosts: "{{ inputHostsGroups }}"
|
|
gather_facts: false
|
|
roles:
|
|
- role: hello_world
|