Skip to content
Snippets Groups Projects
Commit 6df104b2 authored by Spencer Smith's avatar Spencer Smith
Browse files

don't check for no_proxy, only http/https_proxy. fix linting issues.

parent b27453d8
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@
src: "http-proxy.conf.j2"
dest: /etc/systemd/system/vault.service.d/http-proxy.conf
backup: yes
when: http_proxy is defined or https_proxy is defined or no_proxy is defined
when: http_proxy is defined or https_proxy is defined
- name: cluster/systemd | Enable vault.service
systemd:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment