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

4 lines
157 B
YAML
Raw Normal View History

2023-09-02 09:45:26 +02:00
dependencies:
- { role: system-pacman, when: ansible_distribution == 'Archlinux' }
- { role: system-apt-update, when: ansible_distribution == "Debian" }