From 1474dd0e816575f30f631407ef05e7616c88316a Mon Sep 17 00:00:00 2001 From: James W Thorne Date: Tue, 30 Sep 2014 15:32:12 -0400 Subject: [PATCH] Fixed typo --- rpc_deployment/roles/horizon_common/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc_deployment/roles/horizon_common/tasks/main.yml b/rpc_deployment/roles/horizon_common/tasks/main.yml index 34119f090c..1cd3e10c0c 100644 --- a/rpc_deployment/roles/horizon_common/tasks/main.yml +++ b/rpc_deployment/roles/horizon_common/tasks/main.yml @@ -38,7 +38,7 @@ - name: Collect static files command: horizon-manage.py collectstatic --noinput -- name: Create hoirzon links +- name: Create horizon links file: src: "{{ item.src }}" dest: "{{ item.dest }}"