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
{{ message }}
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
in the past we used the collection a lot with ansible2.9 and tower
now that we migrated to ansible automation platform we also moved to ansible core 2.13
when using the collection with ansible core 2.13 it throws the following error
fatal: [localhost]: FAILED! => {"msg": "Could not find imported module support code for ansible_collections.vmware.vcloud_director.plugins.modules.vcd_vapp_vm. Looked for (['ansible.module_utils.vcd.VcdAnsibleModule', 'ansible.module_utils.vcd'])"}
pyvcloud is installed
we use the collection branch of this project
any ideas on how to solve this ?
some details about the ansoble-core package:
Describe the bug
in the past we used the collection a lot with ansible2.9 and tower
now that we migrated to ansible automation platform we also moved to ansible core 2.13
when using the collection with ansible core 2.13 it throws the following error
ansible [core 2.13.0]
config file = /etc/ansible/ansible.cfg
configured module search path = ['/home/rob/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python3.9/site-packages/ansible
ansible collection location = /home/rob/.ansible/collections:/usr/share/ansible/collections
executable location = /usr/bin/ansible
python version = 3.9.7 (default, Sep 13 2021, 08:18:39) [GCC 8.5.0 20210514 (Red Hat 8.5.0-3)]
jinja version = 3.0.3
libyaml = True
Expected behavior
the collection runs without any issue
Additional context
we run ansible in an ee_image with ansible-navigator.
This ensures we always have the same ansible version and collections and python venv
The text was updated successfully, but these errors were encountered: