local/playbooks/Linux.yaml
Kenneth Benzie (Benie) 5fbc85dade xremap role not currently working on Debian unstable
Only known to work on Fedora 38, service fails to start on Debian
unstable as of today.
2023-06-16 14:11:05 +01:00

9 lines
176 B
YAML

---
- import_playbook: LinuxCLI.yaml
- import_playbook: UnixGUI.yaml
- hosts: localhost
roles:
- role: kitty
- role: xremap
when: ansible_os_family == "RedHat"