Skip to content
Snippets Groups Projects
Commit ed95f9ab authored by Smaine Kahlouch's avatar Smaine Kahlouch
Browse files

Merge pull request #232 from rsmitty/issue-231

Issue 231: ensure ca.pem makes it to multi-masters
parents 8c869a2e 9f8466a1
No related branches found
No related tags found
No related merge requests found
......@@ -39,8 +39,7 @@
content: "{{ item.content|b64decode }}"
dest: "{{ item.source }}"
with_items: '{{slurp_certs.results}}'
when: item.item in master_certs and
inventory_hostname in groups['kube-master'] and sync_certs|default(false) and
when: inventory_hostname in groups['kube-master'] and sync_certs|default(false) and
inventory_hostname != groups['kube-master'][0]
- name: certs | Copy certs on nodes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment