From e7399612c0f7158ea5a3cd22c92a9f86fb993114 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Tue, 12 May 2020 16:42:16 +0200 Subject: [PATCH] ansible-inventories/arocom#2898 Fix syntax to preserve quotes --- templates/ansible.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ansible.sh b/templates/ansible.sh index f4c7c69..ad1769a 100644 --- a/templates/ansible.sh +++ b/templates/ansible.sh @@ -15,4 +15,4 @@ docker run \ --volume /home/gitlab-runner/.a/inventories/$COMPANY:/root/.ansible \ --volume /var/log/ansible:/var/log/ansible \ registry.lakedrops.com/ansible-inventories/$COMPANY \ - $@ + "$@" -- GitLab