mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-21 19:43:59 -07:00
fix various typos in the documentation
This commit is contained in:
parent
56e3d31253
commit
f290c2aec0
8 changed files with 8 additions and 8 deletions
|
@ -6,7 +6,7 @@ Error Handling In Playbooks
|
|||
|
||||
Ansible normally has defaults that make sure to check the return codes of commands and modules and
|
||||
it fails fast -- forcing an error to be dealt with unless you decide otherwise.
|
||||
y
|
||||
|
||||
Sometimes a command that returns 0 isn't an error. Sometimes a command might not always
|
||||
need to report that it 'changed' the remote system. This section describes how to change
|
||||
the default behavior of Ansible for certain tasks so output and error handling behavior is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue