ansible-playbooks/update-621.yml

6 lines
132 B
YAML

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