mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 11:22:47 +00:00
Fix typo in playbooks_error_handling (#31636)
This commit is contained in:
@@ -87,7 +87,7 @@ or based on the return code::
|
||||
register: diff_cmd
|
||||
failed_when: diff_cmd.rc == 0 or diff_cmd.rc >= 2
|
||||
|
||||
In previous version of Ansible, this can be still be accomplished as follows::
|
||||
In previous version of Ansible, this can still be accomplished as follows::
|
||||
|
||||
- name: this command prints FAILED when it fails
|
||||
command: /usr/bin/example-command -x -y -z
|
||||
|
||||
Reference in New Issue
Block a user