Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit 11b443d

Browse files
committed
Upgrade pyOpenSSL
1 parent d47eca7 commit 11b443d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

molecule/default/converge.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
ansible.builtin.apt: update_cache=yes cache_valid_time=600
1010
when: ansible_os_family == 'Debian'
1111

12+
# https://askubuntu.com/questions/1428181/module-lib-has-no-attribute-x509-v-flag-cb-issuer-check
13+
- name: Update pyOpenSSL.
14+
ansible.builtin.pip:
15+
name: pyOpenSSL
16+
extra_args: --upgrade
17+
1218
tasks:
1319
- name: "Include staticdev.python_developer"
1420
ansible.builtin.include_role:

0 commit comments

Comments
 (0)