--- - hosts: localhost roles: - role: rpmfusion when: ansible_os_family == 'RedHat' and ansible_distribution == 'Fedora' - import_playbook: UnixCLI.yaml - hosts: localhost roles: - role: gdb - role: system-info