fix newlines from ansible_wheel variable
This commit is contained in:
parent
f779e51fd9
commit
a49c999d54
1 changed files with 1 additions and 6 deletions
|
@ -4,12 +4,7 @@
|
|||
ansible_python_interpreter: "/usr/bin/env python"
|
||||
|
||||
# set group name with gid 0
|
||||
ansible_wheel: |-
|
||||
{% if ansible_os_family in ["OpenBSD"] %}
|
||||
wheel
|
||||
{% else %}
|
||||
root
|
||||
{% endif %}
|
||||
ansible_wheel: "{% if ansible_os_family in [\"OpenBSD\"] %}wheel{% else %}root{% endif %}"
|
||||
|
||||
# mail settings
|
||||
mail_server: mail.foo.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue