From 6085f900e2874415686e9353ca3a0ea59971eca1 Mon Sep 17 00:00:00 2001 From: gazebo Date: Tue, 31 Jul 2018 14:59:18 +0800 Subject: [PATCH] - hosts variable in ansible.yml --- deploy/ansible.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/ansible.yml b/deploy/ansible.yml index 5413fd494..e7f970025 100644 --- a/deploy/ansible.yml +++ b/deploy/ansible.yml @@ -1,5 +1,5 @@ --- -- hosts: {{ deploy_hosts }} +- hosts: "{{ deploy_hosts }}" remote_user: ubuntu tasks: - name: copy execute file to dest