mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 15:01:05 +01:00
4 lines
164 B
YAML
4 lines
164 B
YAML
|
dependencies:
|
||
|
- { role: native-pacman-update, when: ansible_distribution == 'Archlinux' }
|
||
|
- { role: native-apt-update, when: ansible_distribution == "Debian" }
|