From bf3844778a5abcc3ce5f683b637a24e8919e9f54 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 24 Apr 2020 02:42:20 -0400 Subject: current version of ansible has trouble parsing newlines in -e --- bin/helpers/launch-algo | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'bin') diff --git a/bin/helpers/launch-algo b/bin/helpers/launch-algo index fc84da0..feb1689 100755 --- a/bin/helpers/launch-algo +++ b/bin/helpers/launch-algo @@ -39,14 +39,7 @@ git apply "${script_path}/algo-config.diff" echo "Running Ansible..." do_token=$(cat /mnt/digitalocean) -ansible-playbook main.yml -e " - provider=digitalocean - server_name=algo.tozt.net - region=nyc3 - do_token=$do_token - dns_adblocking=false - ssh_tunneling=false -" >> "$logfile" +ansible-playbook main.yml -e "provider=digitalocean server_name=algo.tozt.net region=nyc3 do_token=$do_token dns_adblocking=false ssh_tunneling=false" >> "$logfile" "${script_path}/../algo-config" -- cgit v1.2.3-54-g00ecf