Do not upgrade, that will run on schedule with other nodes

This commit is contained in:
2017-07-27 22:29:09 -04:00
parent fb29320cb7
commit 4185971609

View File

@@ -12,8 +12,8 @@
- name: Update apt
apt: update_cache=yes
- name: Upgrade APT to the lastest packages
apt: upgrade=dist
#- name: Upgrade APT to the lastest packages
# apt: upgrade=dist
- name: Install standard programes
apt: name={{ item }} state=present force=yes