ansible/playbooks/apt_upgrade.yml
2023-08-10 11:31:31 +02:00

8 lines
137 B
YAML

- hosts: morefine
name: Apt udate
become: true
tasks:
- name: Upgrade the OS
ansible.builtin.apt:
upgrade: full