diff options
author | Michael DeHaan <michael@ansibleworks.com> | 2013-06-03 17:52:42 +0200 |
---|---|---|
committer | Michael DeHaan <michael@ansibleworks.com> | 2013-06-03 17:52:42 +0200 |
commit | 4ae3ef8af9c9a2a0046a661c7b5c1d0b4e088ccd (patch) | |
tree | 8d1b8734e2fd1e462df75de8aa0b7d09e8712c80 /docs | |
parent | Merge branch 'devel' of git://github.com/trbs/ansible into more_users (diff) | |
download | ansible-4ae3ef8af9c9a2a0046a661c7b5c1d0b4e088ccd.tar.xz ansible-4ae3ef8af9c9a2a0046a661c7b5c1d0b4e088ccd.zip |
Disable inventory test
Diffstat (limited to 'docs')
-rw-r--r-- | docs/man/man1/ansible-playbook.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/man/man1/ansible-playbook.1 b/docs/man/man1/ansible-playbook.1 index 8ad4fef992..85187cdbcf 100644 --- a/docs/man/man1/ansible-playbook.1 +++ b/docs/man/man1/ansible-playbook.1 @@ -2,12 +2,12 @@ .\" Title: ansible-playbook .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 05/29/2013 +.\" Date: 06/03/2013 .\" Manual: System administration commands .\" Source: Ansible 1.2 .\" Language: English .\" -.TH "ANSIBLE\-PLAYBOOK" "1" "05/29/2013" "Ansible 1\&.2" "System administration commands" +.TH "ANSIBLE\-PLAYBOOK" "1" "06/03/2013" "Ansible 1\&.2" "System administration commands" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -57,7 +57,7 @@ search path to load modules from\&. The default is .PP \fB\-e\fR \fIVARS\fR, \fB\-\-extra\-vars=\fR\fIVARS\fR .RS 4 -Extra variables to inject into a playbook, in key=value key=value format\&. +Extra variables to inject into a playbook, in key=value key=value format or as quoted JSON (hashes and arrays)\&. .RE .PP \fB\-f\fR \fINUM\fR, \fB\-\-forks=\fR\fINUM\fR |