Skip to content

Commit

Permalink
document exit status for ansible-playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
Aga303 committed Feb 14, 2016
1 parent 4b953c4 commit aea8900
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/man/man1/ansible-playbook.1.asciidoc.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------
Expand Down

0 comments on commit aea8900

Please sign in to comment.