Commit abcfcc5a by Arbab Nazar Committed by GitHub

Merge pull request #3197 from edx/arbab/user-role-fix

Arbab/user role fix
parents dd3549b0 4c4303a1
......@@ -6,7 +6,7 @@
- name: Create a single user
hosts: all
become: True
gather_facts: False
gather_facts: True
pre_tasks:
- fail: msg="You must pass a user into this play"
when: user is not defined
......
---
dependencies:
- common_vars
\ No newline at end of file
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