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