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"
|
ansible_python_interpreter: "/usr/bin/env python"
|
||||||
|
|
||||||
# set group name with gid 0
|
# set group name with gid 0
|
||||||
ansible_wheel: |-
|
ansible_wheel: "{% if ansible_os_family in [\"OpenBSD\"] %}wheel{% else %}root{% endif %}"
|
||||||
{% if ansible_os_family in ["OpenBSD"] %}
|
|
||||||
wheel
|
|
||||||
{% else %}
|
|
||||||
root
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
# mail settings
|
# mail settings
|
||||||
mail_server: mail.foo.sh
|
mail_server: mail.foo.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue