traefik works

This commit is contained in:
Pim Kunis 2023-04-12 16:24:01 +02:00
parent 46dd504b43
commit b21fc40a38
3 changed files with 12 additions and 7 deletions

View file

@ -9,3 +9,9 @@
file:
path: "{{ base_service_dir }}"
state: directory
- name: Delete externally managed environment file
shell:
cmd: "rm /usr/lib/python*/EXTERNALLY-MANAGED"
register: rm
changed_when: "rm.rc == 0"
failed_when: "false"