mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-07 02:27:43 +03:00
Fix up warnings and deprecations (#1848)
This commit is contained in:
@@ -30,8 +30,8 @@
|
||||
|
||||
- name: "Stop if known booleans are set as strings (Use JSON format on CLI: -e \"{'key': true }\")"
|
||||
assert:
|
||||
that: hostvars[inventory_hostname][item]|type_debug == 'bool'
|
||||
msg: "{{hostvars[inventory_hostname][item]}} isn't a bool"
|
||||
that: vars[item]|type_debug == 'bool'
|
||||
msg: "{{vars[item]}} isn't a bool"
|
||||
run_once: yes
|
||||
with_items:
|
||||
- kubeadm_enabled
|
||||
@@ -40,7 +40,7 @@
|
||||
- download_always_pull
|
||||
- efk_enabled
|
||||
- helm_enabled
|
||||
- openstack_lbaas_Enabled
|
||||
- openstack_lbaas_enabled
|
||||
- rbac_enabled
|
||||
ignore_errors: "{{ ignore_assert_errors }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user