ansible_os_family CoreOS != Coreos in ansible >= 2.8.0 #4893
Labels
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/rotten
Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Had a problem running the
cluster.yml
playbook today. The solution was to downgrade ansible to2.7.2
. Thecluster.yml
playbook checks foransible_os_family in ['CoreOS']
, but ansible returnsCoreos
.Environment:
bare metal
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
):CoreOS
ansible --version
):2.8.0/2.8.1
Kubespray version (commit) (
git rev-parse --short HEAD
):2.8.3
Command used to invoke ansible:
ansible-playbook -i ... -b -l ... cluster.yml
Output of ansible run:
Anything else do we need to know:
I tested with ansible version 2.7.2 where
ansible_os_family
resolves toCoreOS
.The text was updated successfully, but these errors were encountered: