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