]> git.phdru.name Git - ansible.git/blob - playbooks/run-role.yml
Fix: Set `directory_mode` for recursive copying
[ansible.git] / playbooks / run-role.yml
1 - name: "Run role {{ role }}"
2   hosts: "{{ hosts | default('all') }}"
3   gather_facts: "{{ gather_facts | default('false') }}"
4   roles:
5     - "{{ role }}"