- name: "Run role {{ role }}" hosts: "{{ hosts | default('all') }}" gather_facts: "{{ gather_facts | default('false') }}" roles: - "{{ role }}"