ansible: base role now applies on all hosts without changes
[noc.git] / ansible / generic.yaml
1 ---
2 - name: "Apply role {{ myrole }} to hosts: {{ myhosts }}"
3   hosts: "{{ myhosts }}"
4   roles:
5     - role: "{{ myrole }}"