ansible-playbooks/update-621.yml

6 lines
132 B
YAML
Raw Normal View History

2024-05-01 13:49:16 -04:00
- hosts: all
become: yes
tasks:
- name: Upgrade the OS (apt-get dist-upgrade)
ansible.builtin.apt:
upgrade: dist