Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix galaxy publish #229

Merged
merged 1 commit into from
Feb 28, 2024
Merged

fix galaxy publish #229

merged 1 commit into from
Feb 28, 2024

Conversation

johrstrom
Copy link
Collaborator

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'

@johrstrom johrstrom closed this Feb 28, 2024
@johrstrom johrstrom reopened this Feb 28, 2024
@johrstrom johrstrom merged commit be70264 into master Feb 28, 2024
22 of 28 checks passed
@johrstrom johrstrom deleted the fix-publish branch February 28, 2024 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant