Skip to content

Commit

Permalink
Set the revision of ansible-podman-collections to 'main'
Browse files Browse the repository at this point in the history
Installing ci-framework requirements fails on:
ansible-galaxy collection install --upgrade --force --timeout=120 /home/zuul/src/github.com/openstack-k8s-operators/ci-framework
Cloning into '/home/zuul/.ansible/tmp/ansible-local-24798o634gjev/tmpjj8gurw9/ansible-podman-collectionsacd5cco5'...
error: pathspec 'master' did not match any file(s) known to git
ERROR! Failed to switch a cloned Git repo `https://github
.com/containers/ansible-podman-collections` to the requested revision
 `master`.

 It seems that the branch of ansible-podman-collections was renamed
 from 'master' to 'main'.
  • Loading branch information
krcmarik authored and openshift-merge-bot[bot] committed Nov 10, 2024
1 parent e176741 commit 85b670c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ tags:
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
# range specifiers can be set and are separated by ','
dependencies:
'git+https://github.com/containers/ansible-podman-collections': 'master'
'git+https://github.com/containers/ansible-podman-collections': 'main'
'git+https://github.com/ansible-collections/community.general': 'main'
'git+https://github.com/ansible-collections/ansible.posix': 'main'
'git+https://github.com/ansible-collections/ansible.utils': 'main'
Expand Down

0 comments on commit 85b670c

Please sign in to comment.