mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
Fix REST anchor targets
This commit is contained in:
parent
b119adf684
commit
8faaae142c
2 changed files with 2 additions and 2 deletions
|
@ -403,7 +403,7 @@ always default to the current user::
|
||||||
|
|
||||||
remote_user = root
|
remote_user = root
|
||||||
|
|
||||||
.. _roles_path
|
.. _roles_path:
|
||||||
|
|
||||||
roles_path
|
roles_path
|
||||||
==========
|
==========
|
||||||
|
|
|
@ -27,7 +27,7 @@ write a task that looks like this::
|
||||||
command: /bin/false
|
command: /bin/false
|
||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
|
|
||||||
.. _controlling_what_defines_failure
|
.. _controlling_what_defines_failure:
|
||||||
|
|
||||||
Controlling What Defines Failure
|
Controlling What Defines Failure
|
||||||
````````````````````````````````
|
````````````````````````````````
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue