From b30aadcf0bc08f718149336f830cacb2d516dc20 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 16 Apr 2012 23:07:59 -0400 Subject: [PATCH] Undocument --extra-vars --- rst/playbooks.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/rst/playbooks.rst b/rst/playbooks.rst index 7a2e397d1d5..fc286f795c1 100644 --- a/rst/playbooks.rst +++ b/rst/playbooks.rst @@ -294,12 +294,6 @@ in a push-script:: There are full examples of both of these items in the github examples/playbooks directory. -Finally, there exists one more option, which feeds variables in from the command line, -rather than sourcing them from the usual means:: - - ansible-playbook foo.yml --extra-vars="release_version=1234 capital_of_assyria=idontknow" - - Conditional Execution +++++++++++++++++++++