local/playbooks/LinuxCLI.yaml
2024-04-06 15:03:18 +01:00

12 lines
252 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: podman
- role: system-info