Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add -s by default
  • Loading branch information
Saverio Proto committed Jan 30, 2017
1 parent 9c03c3d commit 51cc9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/kolla-ansible
Expand Up @@ -224,5 +224,5 @@ EOF
esac esac


CONFIG_OPTS="-e @${CONFIG_DIR}/globals.yml -e @${PASSWORDS_FILE} -e CONFIG_DIR=${CONFIG_DIR}" CONFIG_OPTS="-e @${CONFIG_DIR}/globals.yml -e @${PASSWORDS_FILE} -e CONFIG_DIR=${CONFIG_DIR}"
CMD="ansible-playbook -i $INVENTORY $CONFIG_OPTS $EXTRA_OPTS $PLAYBOOK $VERBOSITY" CMD="ansible-playbook -s -i $INVENTORY $CONFIG_OPTS $EXTRA_OPTS $PLAYBOOK $VERBOSITY"
process_cmd process_cmd

2 comments on commit 51cc9ce

@sleinen
Copy link

@sleinen sleinen commented on 51cc9ce Feb 4, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use -b instead of -s, as -s is only supported for background compatibility anymore.

@zioproto
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks fixed in 76ec064

Please sign in to comment.