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
GitHub Release action fails to run properly. Publish works when performing the same actions locally.
Install Ansible base: pip install ansible-base
Publish to Galaxy: ansible-galaxy role import --api-key *** $(echo jvoss/ansible-role-netbox | cut -d/ -f1) $(echo jvoss/ansible-role-netbox | cut -d/ -f2)
Run ansible-galaxy role import --api-key *** $(echo jvoss/ansible-role-netbox | cut -d/ -f1) $(echo jvoss/ansible-role-netbox | cut -d/ -f2)
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.12.1/x64/bin/ansible-galaxy", line 62, in <module>
import ansible.constants as C
File "/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/ansible/constants.py", line 15, in <module>
from ansible.config.manager import ConfigManager, ensure_type, get_ini_config_value
File "/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/ansible/config/manager.py", line 29, in <module>
from ansible.module_utils.six.moves import configparser
ModuleNotFoundError: No module named 'ansible.module_utils.six.moves'
Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered:
GitHub Release action fails to run properly. Publish works when performing the same actions locally.
pip install ansible-base
ansible-galaxy role import --api-key *** $(echo jvoss/ansible-role-netbox | cut -d/ -f1) $(echo jvoss/ansible-role-netbox | cut -d/ -f2)
The text was updated successfully, but these errors were encountered: