ansible-collections / community.kubevirt

KubeVirt Collection of Ansible.
http://galaxy.ansible.com/community/kubevirt
GNU General Public License v3.0
8 stars 13 forks source link

Remove unnecessary lines from ignore-2.10.txt #24

Closed Andersson007 closed 3 years ago

Andersson007 commented 3 years ago
SUMMARY

Remove unnecessary lines from ignore-2.10.txt

Andersson007 commented 3 years ago

To act gradually, I'll merge this PR. There are still the following sanity errors in the logs:

ERROR: plugins/modules/kubevirt_cdi_upload.py:0:0: import-error: Exception attempting to import module for argument_spec introspection, 'No module named 'ansible_collections.community.kubernetes.plugins''
ERROR: plugins/modules/kubevirt_preset.py:0:0: import-error: Exception attempting to import module for argument_spec introspection, 'No module named 'ansible_collections.community.kubernetes.plugins''
ERROR: plugins/modules/kubevirt_pvc.py:0:0: import-error: Exception attempting to import module for argument_spec introspection, 'No module named 'ansible_collections.community.kubernetes.plugins''
ERROR: plugins/modules/kubevirt_rs.py:0:0: import-error: Exception attempting to import module for argument_spec introspection, 'No module named 'ansible_collections.community.kubernetes.plugins''
ERROR: plugins/modules/kubevirt_template.py:0:0: import-error: Exception attempting to import module for argument_spec introspection, 'No module named 'ansible_collections.community.kubernetes.plugins''
ERROR: plugins/modules/kubevirt_vm.py:0:0: import-error: Exception attempting to import module for argument_spec introspection, 'No module named 'ansible_collections.community.kubernetes.plugins''