fix: set environment
This commit is contained in:
parent
54204aff58
commit
4edc06e125
@ -5,9 +5,12 @@
|
||||
state: restarted
|
||||
scope: "user"
|
||||
when: ansible_service_mgr == "systemd"
|
||||
XDG_RUNTIME_DIR: /var/run
|
||||
|
||||
- name: "Reload systemd"
|
||||
ansible.builtin.systemd:
|
||||
daemon_reload: true
|
||||
scope: "user"
|
||||
when: ansible_service_mgr == "systemd"
|
||||
environment:
|
||||
XDG_RUNTIME_DIR: /var/run
|
||||
|
@ -37,10 +37,6 @@
|
||||
src: traefik.yaml.j2
|
||||
dest: "/etc/traefik/traefik.yaml"
|
||||
|
||||
- name: "Reload systemd"
|
||||
ansible.builtin.systemd:
|
||||
daemon_reload: true
|
||||
scope: "user"
|
||||
notify:
|
||||
- Reload systemd
|
||||
- Restart traefik
|
||||
|
Loading…
Reference in New Issue
Block a user