You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TASK [kolla-ansible : Ensure selinux Python package is linked into the virtualenv] *********************************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "src file does not exist, use \"force=yes\" if you really want to create the link: /usr/lib64/python2.7/site-packages/selinux", "path": "/root/kolla-venv/lib/python2.7/site-packages/selinux", "src": "/usr/lib64/python2.7/site-packages/selinux", "state": "absent"}
to retry, use: --limit @/root/kayobe-venv/share/kayobe/ansible/kolla-ansible.retry
Line 70 in ~/kayobe-venv/share/kayobe/ansible/roles/kolla-ansible/tasks/install.yml
# This is a workaround for the lack of a python package for libselinux-python# on PyPI. Without using --system-site-packages to create the virtualenv, it# seems difficult to ensure the selinux python module is available. It is a# dependency for Ansible when selinux is enabled.
- name: Ensure selinux Python package is linked into the virtualenvfile:
src: "/usr/lib64/python2.7/site-packages/selinux"dest: "{{ kolla_ansible_venv }}/lib/python2.7/site-packages/selinux"state: linkwhen:
- ansible_os_family == 'RedHat'
- ansible_selinux != False
- ansible_selinux.status != 'disabled'
Line 70 in
~/kayobe-venv/share/kayobe/ansible/roles/kolla-ansible/tasks/install.yml
See also:
What can i do? Its possible to upgrade on python 3?
The text was updated successfully, but these errors were encountered: