update hyperkube version

This commit is contained in:
Smana
2016-02-18 16:38:25 +01:00
parent ba4c89a12e
commit 39caf94790
3 changed files with 4 additions and 3 deletions

View File

@@ -86,6 +86,7 @@
name: "{{ item }}"
state: latest
with_items: "{{required_pkgs | union(common_required_pkgs)}}"
when: ansible_os_family in [ "Debian", "RedHat" ]
# Todo : selinux configuration
- name: Set selinux policy to permissive