Commit 19912d40 by Ben Patterson

No longer need to use accelerated ansible version.

The base requirements now use an updated verison of ansible (1.9), so we
do not need to have this install step.
parent b4db0f87
......@@ -61,7 +61,6 @@
"type": "shell",
"inline": ["cd {{user `playbook_remote_dir`}}",
". packer-venv/bin/activate",
"pip install -q -U ansible==1.7.1",
"ansible-playbook run_role.yml -i inventory.ini -c local -e role=test_build_server -vvvv"]
}]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment