mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-24 04:49:26 +00:00
5 lines
85 B
YAML
5 lines
85 B
YAML
|
- name: Upgrade the full OS
|
||
|
ansible.builtin.apt:
|
||
|
upgrade: full
|
||
|
become: true
|