adjust formatting
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2022-09-19 17:05:20 +02:00
parent 9eec749075
commit e095b6e628
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -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