Skip to content

Commit

Permalink
fix: perm while executing create user
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh6790 committed Jun 14, 2019
1 parent 982b727 commit f23698a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playbooks/create_user.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---

- hosts: localhost
become: yes
become_user: root
tasks:
- name: Create user
user:
Expand Down

0 comments on commit f23698a

Please sign in to comment.