Initial commit of roles-refactor branch
This commit is contained in:
5
roles/debian_update/tasks/apt_upgrade.yaml
Normal file
5
roles/debian_update/tasks/apt_upgrade.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
- name: Full system upgrade
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
upgrade: full
|
||||
1
roles/debian_update/tasks/main.yaml
Normal file
1
roles/debian_update/tasks/main.yaml
Normal file
@@ -0,0 +1 @@
|
||||
- name: Perform official repository updates ansible.builtin.import_tasks: apt_upgrade.yaml
|
||||
Reference in New Issue
Block a user