1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-09-19 00:11:30 +02:00
dotfiles/playbook.yml
2024-07-04 18:55:52 +02:00

10 lines
185 B
YAML

---
- hosts: all
vars:
archlinux: ansible_facts['os_family'] == "Archlinux"
roles:
- dotfiles
- { role: aur_packages, when: archlinux, tags: ["aur", "aur-packages"] }