Changing become method of make_ansible_user

This commit is contained in:
Bradley Bickford 2024-09-21 12:40:39 -04:00
parent d6704cc251
commit 99038f28a8

View File

@ -1,6 +1,7 @@
---
- hosts: all
become: true
become_method: su -
tasks:
- name: Create the ansible user
ansible.builtin.user: