Merge pull request #235 from rsmitty/issue-233
Issue 233: Typo with sync_tokens vs. sync_certs
This commit is contained in:
commit
8c869a2e3e
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue