Added bootstrap role with the tasks, defaults and handlers necessary for the playbooks
This commit is contained in:
7
roles/bootstrap/tasks/upgrade@Debian.yml
Normal file
7
roles/bootstrap/tasks/upgrade@Debian.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Update repositories cache
|
||||
apt:
|
||||
update_cache: yes
|
||||
upgrade: "{{ upgrade_type }}"
|
||||
register: system_upgraded
|
||||
tags: ['upgrade_pkgs']
|
Reference in New Issue
Block a user