fix: remove env variable
This commit is contained in:
parent
b013450948
commit
29cad038a7
@ -3,13 +3,9 @@
|
||||
ansible.builtin.service:
|
||||
name: traefik
|
||||
state: restarted
|
||||
when: ansible_service_mgr == "systemd"
|
||||
environment:
|
||||
XDG_RUNTIME_DIR: /var/run
|
||||
when: ansible_service_mgr == "systemd
|
||||
|
||||
- name: "Reload systemd"
|
||||
ansible.builtin.systemd:
|
||||
daemon_reload: true
|
||||
when: ansible_service_mgr == "systemd"
|
||||
environment:
|
||||
XDG_RUNTIME_DIR: /var/run
|
||||
|
@ -47,5 +47,3 @@
|
||||
enabled: true
|
||||
name: traefik
|
||||
state: started
|
||||
environment:
|
||||
XDG_RUNTIME_DIR: /var/run
|
||||
|
Loading…
Reference in New Issue
Block a user