We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef608d8 commit 1922e51Copy full SHA for 1922e51
roles/linux_common/tasks/setup-Debian.yml
@@ -18,6 +18,12 @@
18
state: latest
19
cache_valid_time: "{{ apt_cache_expiration }}"
20
21
+# Related GitHub issue: https://github.com/geerlingguy/docker-ubuntu2404-ansible/issues/2
22
+- name: Ensure Python system warning is removed.
23
+ ansible.builtin.file:
24
+ path: /usr/lib/python3.12/EXTERNALLY-MANAGED
25
+ state: absent
26
+
27
- name: Configure server to automatically install security updates.
28
ansible.builtin.template:
29
src: "etc/apt/apt.conf.d/{{ item }}.j2"
0 commit comments