ansible-playbooks/update-621.yml

6 lines
135 B
YAML

- hosts: all
become: true
tasks:
- name: Upgrade the OS (apt-get dist-upgrade)
ansible.builtin.apt:
upgrade: dist