]> git.phdru.name Git - ansible.git/blob - playbooks/run-roles.yml
Update(logcheck): Update `local-spamassassin`
[ansible.git] / playbooks / run-roles.yml
1 - name: "Run roles {{ roles }}"
2   hosts: "{{ hosts | default('all') }}"
3   gather_facts: "{{ gather_facts | default('false') }}"
4   tasks:
5     - include_role:
6         name: "{{ role }}"
7       loop: "{{ roles.split(',') }}"
8       loop_control:
9         loop_var: role # to avoid collision with {{ item }}