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