Remove the proxy configuration for real, when not enabled.
This commit is contained in:
parent
01aea33431
commit
198dd09095
|
@ -6,7 +6,7 @@
|
|||
when: enable_env_proxy | bool
|
||||
|
||||
- name: Remove the proxy environment file if not required
|
||||
template: src=10-caching-proxy.sh.j2 dest=/etc/profile.d/10-caching-proxy.sh owner=root group=root mode=0444
|
||||
file: dest=/etc/profile.d/10-caching-proxy.sh state=absent
|
||||
when: not enable_env_proxy | bool
|
||||
|
||||
tags: [ 'systemsetup', 'proxyenv' ]
|
||||
|
|
Loading…
Reference in New Issue