From 187395660ac100135b64a20b79a778bc7d091296 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Tue, 15 Jan 2019 15:18:36 +0100 Subject: [PATCH] Switch from port to dport MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit port is reserved in ansible. Change-Id: I095396a94ac34ca6bded65033d1a7e2446eaeb8f Signed-off-by: Cédric Ollivier --- ansible/site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/site.yml b/ansible/site.yml index b00b5cd3..ea556f59 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -7,7 +7,7 @@ builds: dependencies: - repo: _ - port: + dport: container: golang tag: alpine3.8 steps: -- 2.16.6