From bcbf819a8bbfa5bb097b8494fc363620bc0a10f0 Mon Sep 17 00:00:00 2001 From: Giovanni Tirloni Date: Thu, 12 Feb 2015 21:18:18 -0500 Subject: [PATCH] Add how to load extra variables directly from a file (using @). --- docs/man/man1/ansible-playbook.1.asciidoc.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/man/man1/ansible-playbook.1.asciidoc.in b/docs/man/man1/ansible-playbook.1.asciidoc.in index 23fe37a2c0b..40feb781394 100644 --- a/docs/man/man1/ansible-playbook.1.asciidoc.in +++ b/docs/man/man1/ansible-playbook.1.asciidoc.in @@ -54,7 +54,8 @@ environment variable. *-e* 'VARS', *--extra-vars=*'VARS':: Extra variables to inject into a playbook, in key=value key=value format or -as quoted JSON (hashes and arrays). +as quoted JSON (hashes and arrays). To load variables from a file, specify +the file preceded by @ (e.g. @vars.yml). *-f* 'NUM', *--forks=*'NUM'::