diff --git a/Makefile b/Makefile index a477d21..146254b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: preautomation provision swarm_deploy fix +all: preautomation provision swarm_deploy fix_environment preautomation: /bin/bash ./ansible_install.sh @@ -9,7 +9,7 @@ provision: swarm_deploy: /bin/bash ./ansible_swarm_config.sh -fix: +fix_environment: /bin/bash ./environment_bnode_script.sh clean: