fix: export env variable
This commit is contained in:
parent
1b1f58de0f
commit
ea47d71687
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user