try become, this way

Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
Rick Elrod 2020-01-28 13:15:12 +00:00 committed by Pierre-Yves Chibon
parent d553bc210d
commit fe773d3360

View file

@ -1,2 +1,5 @@
# For Fedora instances, we want to ssh as 'fedora', not as 'root'
#ansible_ssh_user: fedora
ansible_ssh_user: fedora
ansible_become: true
ansible_become_user: root
ansible_become_method: sudo