Initial commit
This commit is contained in:
8
roles/weareinteractive.apt/tasks/upgrade.yml
Executable file
8
roles/weareinteractive.apt/tasks/upgrade.yml
Executable file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
- name: Upgrading system
|
||||
apt:
|
||||
upgrade: "{{ apt_upgrade }}"
|
||||
update_cache: yes
|
||||
autoremove: "{{ apt_autoremove }}"
|
||||
when: (apt_upgrade == "safe") or (apt_upgrade == "full") or (apt_upgrade == "dist")
|
||||
Reference in New Issue
Block a user