fix typo in become.rst (#61011)

change remote_src: yex to remote_src: yes in documentation
This commit is contained in:
G. Weixelbraun 2019-08-21 17:58:45 +02:00 committed by Matt Martz
parent 98827c7963
commit ab027611d5

View file

@ -656,7 +656,7 @@ Here are some examples of how to use ``become_flags`` with Windows tasks:
win_copy:
src: \\server\share\data\file.txt
dest: C:\temp\file.txt
remote_src: yex
remote_src: yes
vars:
ansible_become: yes
ansible_become_method: runas