adjust formatting
continuous-integration/drone/push Build is passing Details

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
1 changed files with 3 additions and 3 deletions

View File

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