This commit is contained in:
Balázs Hasprai
2024-01-18 18:53:34 -06:00
committed by GitHub
2 changed files with 5 additions and 3 deletions

View File

@@ -51,7 +51,9 @@
name: "{{ item }}"
state: absent
with_items:
- "{{ systemd_dir }}/k3s.service.d/http_proxy.conf"
- "{{ systemd_dir }}/k3s.service.d"
- "{{ systemd_dir }}/k3s-node.service.d/http_proxy.conf"
- "{{ systemd_dir }}/k3s-node.service.d"
when: proxy_env is defined