mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-08 17:34:01 -07:00
Last docs link fixes (#39391)
* should not need <>, but fails without * adds anchor to keywords page, uses it on plugins pages * fixes envvar link errors * harmonize file name and ref name as python_3 * removes undefined-lable from ignore list
This commit is contained in:
parent
7db5ce2c86
commit
c8a9b411bc
10 changed files with 11 additions and 10 deletions
|
@ -342,7 +342,7 @@ the most popular are
|
|||
To be able to view the arguments as passed by Ansible to the module follow
|
||||
these steps.
|
||||
|
||||
- Prefix the Ansible command with :envvar:`ANSIBLE_KEEP_REMOTE_FILES=1` to specify that Ansible should keep the exec files on the server.
|
||||
- Prefix the Ansible command with :envvar:`ANSIBLE_KEEP_REMOTE_FILES=1<ANSIBLE_KEEP_REMOTE_FILES>` to specify that Ansible should keep the exec files on the server.
|
||||
- Log onto the Windows server using the same user account that Ansible used to execute the module.
|
||||
- Navigate to ``%TEMP%\..``. It should contain a folder starting with ``ansible-tmp-``.
|
||||
- Inside this folder, open the PowerShell script for the module.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue