From f7161e4e0f1061681fa081032d125030718f2ffe Mon Sep 17 00:00:00 2001 From: Jon Stanley Date: Sat, 9 Aug 2014 16:16:34 +0000 Subject: [PATCH] Fix typo in playbook --- playbooks/hosts/209.132.184.148.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/hosts/209.132.184.148.yml b/playbooks/hosts/209.132.184.148.yml index e0f8df3d14..e481a4f017 100644 --- a/playbooks/hosts/209.132.184.148.yml +++ b/playbooks/hosts/209.132.184.148.yml @@ -21,7 +21,7 @@ - /srv/web/infra/ansible/vars//{{ ansible_distribution }}.yml tasks: - - include: "{{ tasks }}/cloud_setup_basic.yml + - include: "{{ tasks }}/cloud_setup_basic.yml" # fill in other actions/includes/etc here # # handlers: