ansible-collections / community.kubernetes

Kubernetes Collection for Ansible
https://galaxy.ansible.com/community/kubernetes
GNU General Public License v3.0
265 stars 104 forks source link

test: cp command instead of copy module because of selinux #293

Closed goneri closed 3 years ago

goneri commented 4 years ago

If the host uses SELinux, we need to have the system selinux module in the virtualenv, otherwise the copy module will be broken. We instead use the cp command to avoid that.