Add 'createhome' option for 'user.present' state

This commit is contained in:
Adam Wright
2014-09-07 13:23:06 +08:00
parent b77b198edf
commit 8e1d91b3f1
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -55,6 +55,9 @@
{% if 'fullname' in user %}
- fullname: {{ user['fullname'] }}
{% endif -%}
{% if not user.get('createhome', True) %}
- createhome: False
{% endif %}
- groups:
- {{ user_group }}
{% for group in user.get('groups', []) -%}