summaryrefslogtreecommitdiff
path: root/roles/update/tasks/main.yml
blob: 4222661cc2d289895abfcb82fe9da7e74b51f420 (plain)
1
2
3
4
5
6
7
8
- name: Update Alpine
  include_tasks: alpine.yml
  when: "'alpine' in group_names"

- name: Update Debian
  include_tasks: debian.yml
  when: "'debian' in group_names"