Update WeeklyTask Playbook
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- name: Run the equivalent of "apt-get update" as a separate step
|
- name: Run the equivalent of "apt-get update" as a separate step
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
|
||||||
- name: Update all packages to their latest version
|
- name: Update all packages to their latest version
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
|
|||||||
Reference in New Issue
Block a user