From 09cf2a81a3b245499bf2ca2ddf8734d563068e8e Mon Sep 17 00:00:00 2001 From: Marcus Levine Date: Wed, 19 Jul 2017 13:20:43 -0400 Subject: [PATCH] switching to absolute path --- tasks/os/Debian.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tasks/os/Debian.yml b/tasks/os/Debian.yml index 65fd534..14230e6 100644 --- a/tasks/os/Debian.yml +++ b/tasks/os/Debian.yml @@ -19,6 +19,4 @@ mode: 0755 - name: Execute docker setup script - shell: "docker-setup.sh" - args: - chdir: /tmp/ \ No newline at end of file + shell: "/tmp/docker-setup.sh" \ No newline at end of file