fix role for vm bootstrap

This commit is contained in:
nd 2019-07-01 13:01:57 +01:00
parent 6e5f0d0726
commit 67c261083c
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -1 +1 @@
root_group: "{% if ansible_os_family == 'FreeBSD' %}wheel{% else %}root{% endif %}"
root_group: "{% if ansible_os_family|d('Debian') == 'FreeBSD' %}wheel{% else %}root{% endif %}"