"ansible_pkg_mgr is set to 'dnf', but the software package is being installed using 'apt'." #11348
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.
What happened?
I am executing the following command on UOS Server 20.
ansible-playbook -i inventory/mycluster/hosts.yaml --become --become-user=root cluster.yml
The error message is:
UOS Server 20 is based on OpenEuler and OpenAnolis, both of which use yum or dnf, not apt.
What did you expect to happen?
Successfully completed the entire execution, Kubernetes installed successfully.
How can we reproduce it (as minimally and precisely as possible)?
OS
Version of Ansible
Version of Python
Version of Kubespray (commit)
Network plugin used
calico
Full inventory with variables
Command used to invoke ansible
ansible-playbook -i inventory/mycluster/hosts.yaml --become --become-user=root cluster.yml
Output of ansible run
Anything else we need to know
No response
The text was updated successfully, but these errors were encountered: