mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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
|
||||
|
||||
.. _roles_path
|
||||
.. _roles_path:
|
||||
|
||||
roles_path
|
||||
==========
|
||||
|
|
|
@ -27,7 +27,7 @@ write a task that looks like this::
|
|||
command: /bin/false
|
||||
ignore_errors: yes
|
||||
|
||||
.. _controlling_what_defines_failure
|
||||
.. _controlling_what_defines_failure:
|
||||
|
||||
Controlling What Defines Failure
|
||||
````````````````````````````````
|
||||
|
|
Loading…
Reference in a new issue