]> git.phdru.name Git - ansible.git/blob - playbooks/run-role.yml
Fix(cleanup-tmp): Use `shell` instead of `command`
[ansible.git] / playbooks / run-role.yml
1 - name: "Run role {{ role }}"
2   hosts: "{{ hosts | default('all') }}"
3   gather_facts: false
4   roles:
5     - "{{ role }}"