1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 11:12:06 +00:00

iiab-configure - update local_facts.fact

This commit is contained in:
Jerry Vonau 2020-03-05 05:32:09 -06:00
parent 629cbf3eb4
commit a05d704b46

View file

@ -41,6 +41,7 @@ else
echo -e "\nPlease run: ./iiab-install" echo -e "\nPlease run: ./iiab-install"
exit 1 exit 1
fi fi
cp ./scripts/local_facts.fact /etc/ansible/facts.d/local_facts.fact
# Workaround for (web-published) images; will go away later # Workaround for (web-published) images; will go away later
if grep -q sugar $IIAB_STATE_FILE && ! grep -q mongodb $IIAB_STATE_FILE; then if grep -q sugar $IIAB_STATE_FILE && ! grep -q mongodb $IIAB_STATE_FILE; then