feat: added tag upgrade to playbook setup

- Updating apt cache
- Upgrade all packages
master
Sven Ketelsen 4 years ago
parent b9192557ab
commit 0dcdc9a13c

@ -3,6 +3,7 @@
### tags:
### users
### install
### upgrade
### config
### update_etc_hosts
### root_authorized_keys
@ -154,6 +155,7 @@
state: latest
tags:
- install
- upgrade
when: ansible_distribution == "Ubuntu"
- name: "Ensure docker configuration directory exists"

@ -26,6 +26,7 @@
tags:
- common
- install
- upgrade
- name: Remove outdated dependencies
apt:

Loading…
Cancel
Save