computer-playbook/roles/server_system-update/meta/main.yml

4 lines
164 B
YAML
Raw Normal View History

2020-12-31 13:21:56 +01:00
dependencies:
- { role: native-pacman-update, when: ansible_distribution == 'Archlinux' }
- { role: native-apt-update, when: ansible_distribution == "Debian" }