]> git.phdru.name Git - ansible.git/blob - playbooks/run-role.yml
Fix(add-apache-vhost): Remove wrong conditions
[ansible.git] / playbooks / run-role.yml
1 - name: "Run role {{ role }}"
2   hosts: "{{ hosts | default('all') }}"
3   gather_facts: false
4   roles:
5     - "{{ role }}"