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

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

Loading…
Cancel
Save