Clean up logic check to remove redundant check.

This commit is contained in:
Thomas Juberg 2014-12-31 09:46:03 +01:00
parent 518b06281a
commit 7aa32881b7
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
{% endfor %} {% endfor %}
{{ name }}_user: {{ name }}_user:
{% if user.get('createhome', True) != False %} {% if user.get('createhome', True) %}
file.directory: file.directory:
- name: {{ home }} - name: {{ home }}
- user: {{ name }} - user: {{ name }}