Update update-621.yml
This commit is contained in:
parent
a6f320a3e9
commit
836a5a9ce9
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
||||||
- hosts: all
|
- hosts: all
|
||||||
become: true
|
become: true
|
||||||
become_user: root
|
|
||||||
become_method: sudo
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Upgrade the OS (apt-get dist-upgrade)
|
- name: Upgrade the OS (apt-get dist-upgrade)
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
upgrade: dist
|
upgrade: dist
|
||||||
|
update_cache: true
|
||||||
|
autoclean: true
|
||||||
|
autoremove: true
|
Loading…
Add table
Add a link
Reference in a new issue