From 3d80e01070364df5de1b843b8729a7669d8875fb Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 9 Feb 2021 20:00:23 +0100 Subject: [PATCH] Fix a wrong option. --- tasks/haproxy-dataplaneapi.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks/haproxy-dataplaneapi.yml b/tasks/haproxy-dataplaneapi.yml index b2751f6..f7accd6 100644 --- a/tasks/haproxy-dataplaneapi.yml +++ b/tasks/haproxy-dataplaneapi.yml @@ -14,7 +14,6 @@ mode: '0755' owner: root group: root - args: - creates: '/opt/haproxy-api/build/dataplaneapi' + creates: '/opt/haproxy-api/build/dataplaneapi' tags: [ 'haproxy', 'haproxy_dataplane', 'haproxy_dataplaneapi' ]