mirror of
https://github.com/frappe/bench.git
synced 2024-11-11 15:51:03 +00:00
fix: perm while executing create user
This commit is contained in:
parent
982b727a3c
commit
f23698afd7
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
|
become: yes
|
||||||
|
become_user: root
|
||||||
tasks:
|
tasks:
|
||||||
- name: Create user
|
- name: Create user
|
||||||
user:
|
user:
|
||||||
|
Loading…
Reference in New Issue
Block a user