- name: Prelude hosts: localhost gather_facts: false module_defaults: ansible.builtin.shell: executable: /bin/bash roles: - prelude_local - name: Cleanup hosts: localhost gather_facts: false module_defaults: ansible.builtin.shell: executable: /bin/bash roles: - pcp_cleanup