Commit a81b983e by Arbab Nazar

Merge pull request #3074 from edx/arbab/remove-user-homedir

delete the user home directory as well if state is absent
parents 8fa82143 86245f03
......@@ -102,6 +102,7 @@
user:
name: "{{ item.name }}"
shell: /bin/bash
remove: yes
state: "{{ item.state | default('present') }}"
with_items: user_info
......
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