From 40585fa72f64cb0617f1229355857ce4501711b3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 4 Nov 2018 22:47:49 -0500 Subject: don't store the cakey for algo at this point rebuilding is easy enough that i can just rebuild any time i need to change the user list --- bin/helpers/launch-algo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/helpers/launch-algo b/bin/helpers/launch-algo index 2aa8a00..024c325 100755 --- a/bin/helpers/launch-algo +++ b/bin/helpers/launch-algo @@ -31,7 +31,7 @@ ansible-playbook main.yml -e " local_dns=false ssh_tunneling=true windows=false - store_cakey=true + store_cakey=false region=nyc3 do_token=$do_token " >> "$logfile" -- cgit v1.2.3-54-g00ecf