This commit is contained in:
parent
9eec749075
commit
e095b6e628
@ -6,12 +6,12 @@ Defaults {{ item }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% if sudo_env_keep -%}
|
||||
Defaults env_keep = "{{ sudo_env_keep|join(' ') }}"
|
||||
Defaults env_keep="{{ sudo_env_keep|join(' ') }}"
|
||||
{% endif %}
|
||||
{% if sudo_secure_path -%}
|
||||
Defaults secure_path = "{{ sudo_secure_path }}"
|
||||
Defaults secure_path="{{ sudo_secure_path }}"
|
||||
{% endif %}
|
||||
Defaults logfile = {{ sudo_logfile }}
|
||||
Defaults logfile={{ sudo_logfile }}
|
||||
|
||||
## Allow root to run any commands anywhere
|
||||
root ALL=(ALL) ALL
|
||||
|
Loading…
Reference in New Issue
Block a user