diff --git a/tasks/main.yml b/tasks/main.yml index 7e4bf98..146707e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,4 +1,5 @@ --- + - name: Create podman folder file: path: /root/.config/containers/systemd/ @@ -37,6 +38,9 @@ src: traefik.yaml.j2 dest: "/etc/traefik/traefik.yaml" + - name: Export XDG_RUNTIME_DIR + shell: export XDG_RUNTIME_DIR=/var/run + notify: - Reload systemd - Restart traefik