Skip to content
Snippets Groups Projects
Commit dce1b02c authored by ale's avatar ale
Browse files

Fix typo

parent 0ff5729e
No related branches found
No related tags found
1 merge request!177Refactor create-env and tests
...@@ -21,7 +21,7 @@ variables: ...@@ -21,7 +21,7 @@ variables:
--services=${TEST_DIR}/services.yml --services=${TEST_DIR}/services.yml
--passwords=${TEST_DIR}/passwords.yml --passwords=${TEST_DIR}/passwords.yml
--num-hosts=1 --num-hosts=1
-e ansible_cfg.defaults.log_file=ansible.log -e ansible_cfg.defaults.log_path=ansible.log
${LIBVIRT:+-e libvirt.remote_host=${LIBVIRT#*@} -e libvirt.remote_user=${LIBVIRT%@*}} ${LIBVIRT:+-e libvirt.remote_host=${LIBVIRT#*@} -e libvirt.remote_user=${LIBVIRT%@*}}
${MITOGEN:+-e ansible_cfg.defaults.strategy=mitogen_linear -e ansible_cfg.defaults.strategy_plugins=${MITOGEN}/ansible_mitogen/plugins/strategy} ${MITOGEN:+-e ansible_cfg.defaults.strategy=mitogen_linear -e ansible_cfg.defaults.strategy_plugins=${MITOGEN}/ansible_mitogen/plugins/strategy}
$CREATE_ENV_VARS $BUILD_DIR $CREATE_ENV_VARS $BUILD_DIR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment