9 lines
230 B
YAML
9 lines
230 B
YAML
|
---
|
||
|
# Common/Update: Install All Updates
|
||
|
|
||
|
- name: update - Update and upgrade all packages
|
||
|
include_tasks: "{{ item }}"
|
||
|
with_first_found:
|
||
|
- "update-{{ ansible_distribution }}.yml"
|
||
|
- "update-{{ ansible_os_family }}.yml"
|