geerlingguy / ansible-role-nginx

Ansible Role - Nginx

Home Page:https://galaxy.ansible.com/geerlingguy/nginx/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tasks/vhosts.yml ignores root_group

src386 opened this issue · comments

https://github.com/geerlingguy/ansible-role-nginx/blob/master/tasks/vhosts.yml#L21

group: root should be group: "{{ root_group }}"

Until then the role is broken on FreeBSD: "msg": "chgrp failed: failed to look up group root"

@src386 is root_group a predefined/magic variable from Ansible? Or would that be a new variable to make it so a role user could change the value of root_group (with a default of root)?

Ah, right you are! I think this is fixed in the commit above—will tag 2.6.2 with the fix once it passes tests.