From 79dda9a8799d9648645abb3cc805bcf00bbc4ee0 Mon Sep 17 00:00:00 2001 From: Alex Kretzschmar Date: Wed, 8 Aug 2018 19:56:12 +0100 Subject: [PATCH] fixed incorrect delegation to localhost --- tasks/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 75fa1ac..0f42646 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -7,5 +7,4 @@ - name: write docker-compose file template: src: ../templates/docker-compose.yml.j2 - dest: "{{ output_path }}/docker-compose.yml" - delegate_to: localhost \ No newline at end of file + dest: "{{ output_path }}/docker-compose.yml" \ No newline at end of file