fix role for vm bootstrap
This commit is contained in:
parent
6e5f0d0726
commit
67c261083c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue