mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
8 lines
138 B
YAML
8 lines
138 B
YAML
- hosts: morefine
|
|
name: Apt udate
|
|
become: false
|
|
tasks:
|
|
|
|
- name: Upgrade the OS
|
|
ansible.builtin.apt:
|
|
upgrade: full |