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

ansible: cast archlinux condition to bool

This commit is contained in:
bretello 2024-08-13 00:49:09 +02:00
parent e32eb9fd10
commit b17db97c4c
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

@ -6,4 +6,8 @@
roles:
- dotfiles
- { role: aur_packages, when: archlinux, tags: ["aur", "aur-packages"] }
- {
role: aur_packages,
when: archlinux | bool,
tags: ["aur", "aur-packages"],
}