Skip to content

Commit c40a48e

Browse files
committed
Install missing packages to fix upload
1 parent 5922bfa commit c40a48e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

etc/kayobe/ansible/pulp-artifact-upload.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@
1919
patterns: "{{ file_regex }}"
2020
register: found_files
2121

22+
- name: pip install packages
23+
ansible.builtin.pip:
24+
name:
25+
- pyopenssl
26+
- ndg-httpsclient
27+
- pyasn1
28+
- urllib3
29+
state: present
30+
2231
- name: Upload an artifact
2332
pulp.squeezer.artifact:
2433
pulp_url: "{{ remote_pulp_url }}"

0 commit comments

Comments
 (0)