Refining README command line regarding testing.

This commit is contained in:
Julia Kreger 2015-03-24 12:34:26 -04:00
parent ac3e46f5a8
commit f37e1289e4

View File

@ -186,7 +186,7 @@ Once Ansible is present and available for use, a single test-bifrost playbook ca
Command::
ansible-playbook -i ./inventory/localhost test-bifrost.yaml -vvvv
ansible-playbook -i ./inventory/localhost test-bifrost.yaml -vvvv -e testing=true
NB: This command MUST be executed from the main bifrost folder as it directly invokes.
NB: This command MUST be executed from the main bifrost folder as it directly invokes, and the testing=true variable MUST be set.