Some more become modifications for make_ansible_user
This commit is contained in:
parent
99038f28a8
commit
41a2b1a798
@ -1,7 +1,8 @@
|
||||
---
|
||||
- hosts: all
|
||||
become: true
|
||||
become_method: su -
|
||||
become_method: su
|
||||
become_user: root
|
||||
tasks:
|
||||
- name: Create the ansible user
|
||||
ansible.builtin.user:
|
||||
|
Loading…
Reference in New Issue
Block a user