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.
1 parent 87b9ffa commit c7e094dCopy full SHA for c7e094d
.github/workflows/stackhpc-container-image-build.yml
@@ -131,6 +131,9 @@ jobs:
131
with:
132
path: src/kayobe-config
133
134
+ - name: Dump vars context
135
+ run: echo "$GITHUB_OUTPUT"
136
+
137
- name: Make sure dockerd is running and test Docker
138
run: |
139
docker ps
etc/kayobe/ansible/pulp-artifact-upload.yml
@@ -19,6 +19,15 @@
19
patterns: "{{ file_regex }}"
20
register: found_files
21
22
+ - name: pip install packages
23
+ ansible.builtin.pip:
24
+ name:
25
+ - pyopenssl
26
+ - ndg-httpsclient
27
+ - pyasn1
28
+ - urllib3
29
+ state: present
30
31
- name: Upload an artifact
32
pulp.squeezer.artifact:
33
pulp_url: "{{ remote_pulp_url }}"
0 commit comments