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

Merge pull request #235 from rsmitty/issue-233

Issue 233: Typo with sync_tokens vs. sync_certs
parents 96c63cc0 743ad0eb
No related branches found
No related tags found
No related merge requests found
......@@ -54,5 +54,5 @@
content: "{{ item.content|b64decode }}"
dest: "{{ item.source }}"
with_items: '{{slurp_tokens.results}}'
when: inventory_hostname in groups['kube-master'] and sync_certs|default(false) and
when: inventory_hostname in groups['kube-master'] and sync_tokens|default(false) and
inventory_hostname != groups['kube-master'][0]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment