From e3d3c4bf5ad3049f91fd0960b6ca478334d9862b Mon Sep 17 00:00:00 2001 From: Markus Bergholz Date: Tue, 5 Oct 2021 10:26:09 +0200 Subject: [PATCH] build and install collection --- .gitpod.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 0440b98..c30e2eb 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,5 +1,6 @@ tasks: - - init: sudo pip3 install ansible docker + - before: sudo pip3 install ansible docker + init: ansible-galaxy collection build && ansible-galaxy collection install community.* # Ports to expose on workspace startup ports: - port: 6080