local/playbooks/LinuxCLI.yaml

11 lines
233 B
YAML

---
- 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