OSC / ood-ansible

An ansible role for Open Ondemand
MIT License
30 stars 31 forks source link

fix galaxy publish #229

Closed johrstrom closed 9 months ago

johrstrom commented 9 months ago

This attempts to fix the publish to galaxy workflow that's currently failing with this error message:

Traceback (most recent call last):
  File "/opt/hostedtoolcache/Python/3.12.2/x64/bin/ansible-galaxy", line 62, in <module>
    import ansible.constants as C
  File "/opt/hostedtoolcache/Python/3.12.2/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.2/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'