1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #14474 from Aga303/man

document exit status for ansible-playbook
This commit is contained in:
Brian Coca 2016-02-15 08:56:52 -05:00
commit 2dfe49307b

View file

@ -204,6 +204,24 @@ up to three times for more output.
Show program's version number and exit.
EXIT STATUS
-----------
*0* -- OK or no hosts matched
*1* -- Error
*2* -- One or more hosts failed
*3* -- One or more hosts were unreachable
*4* -- Parser error
*5* -- Bad or incomplete options
*99* -- User interrupted execution
*250* -- Unexpected error
ENVIRONMENT
-----------