fix newlines from ansible_wheel variable

This commit is contained in:
Timo Makinen 2019-05-22 22:25:31 +03:00
parent f779e51fd9
commit a49c999d54

View file

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