feat(update): add update task to common role
This commit is contained in:
parent
3c4e26e4a6
commit
de422a9f0a
2 changed files with 68 additions and 0 deletions
|
|
@ -48,6 +48,11 @@
|
|||
- name: "flush handlers"
|
||||
ansible.builtin.meta: "flush_handlers"
|
||||
|
||||
- name: "apt - update"
|
||||
ansible.builtin.import_tasks: "apt/update.yaml"
|
||||
when: "ansible_os_family == 'Debian'"
|
||||
tags: "apt-update"
|
||||
|
||||
- name: "apt - packages"
|
||||
ansible.builtin.import_tasks: "apt/packages.yaml"
|
||||
when: "ansible_os_family == 'Debian'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue