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

Failed to ignore revisions in .git-blame-ignore-revs.

15 lines
270 B
YAML
Raw Normal View History

2024-07-04 12:21:21 +02:00
---
- hosts: all
vars:
2024-08-13 01:13:39 +02:00
archlinux: '{{ ansible_facts["os_family"] == "Archlinux" }}'
2024-07-04 12:21:21 +02:00
roles:
- dotfiles
- {
2024-08-13 01:13:39 +02:00
name: "install aur packages",
role: aur_packages,
2024-08-13 01:13:39 +02:00
when: archlinux is true,
tags: ["aur", "aur-packages"],
}