Skip to content

Commit

Permalink
[TEMP] Try to install pyOpenSSL in a different way
Browse files Browse the repository at this point in the history
Pending
  • Loading branch information
Senen committed Mar 17, 2021
1 parent ba2a541 commit de643f2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions roles/letsencrypt/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@
state: present

- name: Ensure python OpenSSL dependencies are installed
pip:
name:
- pyOpenSSL
state: present
command: python -m pip install --user pyOpenSSL

- name: Ensure directory exists for local self-signed TLS certs.
file:
Expand Down

0 comments on commit de643f2

Please sign in to comment.