Add 'ansible/' from commit 'b7c82bb97cefa1a1d70b4348953249b84190c022'
[noc.git] / ansible / generic.yaml
1 ---
2 - name: "Apply role {{ role }} to hosts: {{ hosts }}"
3   hosts: "{{ hosts }}"
4   roles:
5     - role: "{{ role }}"