1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-22 03:21:30 +01:00
dotfiles/playbook.yml
2024-08-13 00:49:09 +02:00

14 lines
223 B
YAML

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