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