-
- Downloads
Move host_architecture to kubespray-defaults (#5811)
The variable is defined in `kubernetes/preinstall` role and used in several roles. Since `kubernetes/preinstall` is not always included when `ansible-playbook` is run with tag selectors (see #5734 for reason), they will fail, or individual roles must copy the same fact definitions (as in #3846). Moving the definition to the always-included `kubespray-defaults` role will resolve the dependency problem.
Showing
- roles/etcd/tasks/main.yml 0 additions, 15 deletionsroles/etcd/tasks/main.yml
- roles/kubernetes/preinstall/tasks/0040-set_facts.yml 0 additions, 16 deletionsroles/kubernetes/preinstall/tasks/0040-set_facts.yml
- roles/kubespray-defaults/defaults/main.yaml 11 additions, 0 deletionsroles/kubespray-defaults/defaults/main.yaml
Please register or sign in to comment