Skip to content

Commit 738b6d6

Browse files
committed
Allow package installation in system-managed Python environment
1 parent 3b2c339 commit 738b6d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/docker/tasks/certs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
ansible.builtin.pip:
1414
name: cryptography
1515
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?)
1617

1718
- name: Ensure Docker TLS certificate directory exists
1819
ansible.builtin.file:

0 commit comments

Comments
 (0)