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 3b2c339 commit 738b6d6Copy full SHA for 738b6d6
roles/docker/tasks/certs.yml
@@ -13,6 +13,7 @@
13
ansible.builtin.pip:
14
name: cryptography
15
state: "{{ 'latest' if ((upgrade | bool) or (tls_renew_certs | bool)) else 'present' }}"
16
+ break_system_packages: yes # not a best practice, but install in system Python environment (TODO: use venv when running Ansible?)
17
18
- name: Ensure Docker TLS certificate directory exists
19
ansible.builtin.file:
0 commit comments