We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d35794c + 6ce5ed7 commit ad5533dCopy full SHA for ad5533d
etc/kayobe/ansible/requirements.yml
@@ -2,6 +2,10 @@
2
collections:
3
- name: stackhpc.cephadm
4
version: 1.14.0
5
+ # NOTE: Pinning pulp.squeezer to 0.0.13 because 0.0.14+ depends on the
6
+ # pulp_glue Python library being installed.
7
+ - name: pulp.squeezer
8
+ version: 0.0.13
9
- name: stackhpc.pulp
10
version: 0.4.1
11
- name: stackhpc.hashicorp
releasenotes/notes/pin-pulp-squeezer-bd3a3c53d9804010.yaml
@@ -0,0 +1,5 @@
1
+---
+fixes:
+ - |
+ Fixes an issue with Ansible Pulp modules depending on the ``pulp_glue``
+ Python library since the ``pulp.squeezer`` 0.0.14 release.
0 commit comments