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