We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5da5f8d + 1b87246 commit 48a765eCopy full SHA for 48a765e
roles/init_cp/tasks/main.yml
@@ -19,5 +19,5 @@
19
{%- endif %}
20
{% endif %}
21
{% for error in kubeadm_ignore_preflight_errors %}
22
- --ignore-preflight-error={{ error }}
+ --ignore-preflight-errors={{ error }}
23
{% endfor %}
0 commit comments