Skip to content
Snippets Groups Projects
Commit 7aa32881 authored by Thomas Juberg's avatar Thomas Juberg
Browse files

Clean up logic check to remove redundant check.

parent 518b0628
Branches
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
{% endfor %}
{{ name }}_user:
{% if user.get('createhome', True) != False %}
{% if user.get('createhome', True) %}
file.directory:
- name: {{ home }}
- user: {{ name }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment