mirror of
https://codeberg.org/hyperreal/ansible-homelab
synced 2025-01-18 09:13:44 +01:00
Separate update_cache task
This commit is contained in:
parent
a39387675b
commit
ce25ff16e8
@ -4,10 +4,13 @@
|
||||
become: true
|
||||
|
||||
tasks:
|
||||
- name: Perform a cache update
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
|
||||
- name: Perform a dist-upgrade
|
||||
ansible.builtin.apt:
|
||||
upgrade: dist
|
||||
update_cache: true
|
||||
|
||||
- name: Check if reboot is required
|
||||
ansible.builtin.stat:
|
||||
|
Loading…
Reference in New Issue
Block a user