Sorry for the spam, simplify this remove_groups rule a bit

This commit is contained in:
Jason Wolfe 2014-10-14 19:05:00 -07:00
parent a899ee85ec
commit 9a71d78d2b

View File

@ -58,11 +58,7 @@
{% if not user.get('createhome', True) %}
- createhome: False
{% endif %}
{% if user.get('remove_groups', True) %}
- remove_groups: True
{% else %}
- remove_groups: False
{% endif %}
- remove_groups: {{ user.get('remove_groups', 'False') }}
- groups:
- {{ user_group }}
{% for group in user.get('groups', []) -%}