fix typo in become.rst (#61011)

change remote_src: yex to remote_src: yes in documentation
pull/61029/head
G. Weixelbraun 5 years ago committed by Matt Martz
parent 98827c7963
commit ab027611d5

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

Loading…
Cancel
Save