use docker repository to install on CentOS

This commit is contained in:
Smana
2016-04-11 09:33:08 +02:00
parent 936927a54f
commit 48a85ce8f8
4 changed files with 13 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
- name: "Check certs | check if the certs have already been generated on first master"
stat:
path: "{{ kube_cert_dir }}/ca.pem"
delegate_to: groups['kube-master'][0]
delegate_to: "{{groups['kube-master'][0]}}"
register: kubecert_master
run_once: true