Commit 5dba8e1f by Feanil Patel

Give dirs a default.

parent 3802db51
......@@ -27,3 +27,6 @@
##
# Defaults for role add_user
#
#
#
dirs: []
......@@ -66,7 +66,6 @@
group: "{{ item.group }}"
mode: "{{ item.mode | default('0755') }}"
with_items: "{{ dirs }}"
when: dirs is defined
tags:
- install
- install:base
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment