Some more become modifications for make_ansible_user

This commit is contained in:
Bradley Bickford 2024-09-21 12:42:20 -04:00
parent 99038f28a8
commit 41a2b1a798

View File

@ -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: