ansible-playbooks/update-621.yml

9 lines
211 B
YAML

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