fixup! roles/openwrt-image: Support creating users/groups
[noc.git] / ansible / roles / openwrt-image / group.j2
index 850e5da..cb433b8 100644 (file)
@@ -13,7 +13,9 @@ network:x:101:
 {{ name }}:x:{{ opt.id | default(loop.index + 110) }}:
 {% endif %}
 {% endfor %}
+{% if openwrt_groups is defined %}
 {% for name, opt in openwrt_groups.items() %}
 {{ name }}:x:{{ opt.id | default(loop.index + 200) }}:
 {% endfor %}
+{% endif %}
 nogroup:x:65534: