fix typo in become.rst (#61011)
change remote_src: yex to remote_src: yes in documentation
This commit is contained in:
parent
98827c7963
commit
ab027611d5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue