dist-upgrade all nodes

This commit is contained in:
Sergey Bubnov 2019-05-24 16:06:10 +04:00
parent f96111082a
commit f6386f555b

View File

@ -32,6 +32,9 @@
- name: update packages list
shell: apt-get update
- name: dist-upgrade
shell: apt-get install -y apt rpm && apt-get -y dist-upgrade
- name: include additional apt repos from tasks
block:
- name: include additional apt repos from tasks