Skip to content

Commit

Permalink
Ensure to run pip3
Browse files Browse the repository at this point in the history
Otherwise on systems with pip command also
installed the latter will be executed.

https://docs.ansible.com/ansible/latest/collections/ansible/builtin/pip_module.html#parameter-executable
  • Loading branch information
Senen committed Mar 12, 2021
1 parent 31be035 commit 7b269ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/letsencrypt/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@

- name: Ensure python OpenSSL dependencies are installed
pip:
name:
name:
- pyOpenSSL
executable: pip3
state: present

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

0 comments on commit 7b269ee

Please sign in to comment.