Merge "Playbook to run upgrades"

This commit is contained in:
Jenkins 2016-07-19 08:38:37 +00:00 committed by Gerrit Code Review
commit d6299790b0

View File

@ -0,0 +1,6 @@
- hosts: all
gather_facts: true
tasks:
- name: run unattended upgrades
shell: apt-get update && unattended-upgrade
when: ansible_os_family == "Debian"