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