Remove a piece of obsolete code.

master
Andrea Dell'Amico 2 years ago
parent c07cf06b1c
commit a8ab20bdfd
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF

@ -31,16 +31,6 @@ export ANSIBLE_ERROR_ON_UNDEFINED_VARS=True
export ANSIBLE_HOST_KEY_CHECKING=False
export ANSIBLE_LIBRARY="/usr/share/ansible:./modules:../modules:$ANSIBLE_LIBRARY"
# This check is not correct anymore.
# if [ ! "$(python -m ara.setup.callback_plugins)" ] ; then
# echo "the ARA plugin is missing. Run 'sudo pip install ara' on your machine"
# exit 1
# fi
# if [ ! "$(python -m ara.setup.action_plugins)" ] ; then
# echo "the ARA plugin is missing. Run 'sudo pip install ara' on your machine"
# exit 1
# fi
PLAY_OPTS="-T $TIMEOUT -f $PAR"
if [ -f "$1" ] ; then

Loading…
Cancel
Save