Skip to content

Commit 48a765e

Browse files
authored
Merge pull request #36 from enix/fix_typo_ignore_errors
Fix another typo now with the option passed to kubeadm
2 parents 5da5f8d + 1b87246 commit 48a765e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/init_cp/tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
{%- endif %}
2020
{% endif %}
2121
{% for error in kubeadm_ignore_preflight_errors %}
22-
--ignore-preflight-error={{ error }}
22+
--ignore-preflight-errors={{ error }}
2323
{% endfor %}

0 commit comments

Comments
 (0)