- separate out package update to its own role
- further refinements
This commit is contained in:
7
roles/update/tasks/main.yaml
Normal file
7
roles/update/tasks/main.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Update all packages to the latest version
|
||||
become: true
|
||||
apt:
|
||||
upgrade: yes
|
||||
update_cache: yes
|
||||
tags: apt_upgrade
|
||||
Reference in New Issue
Block a user