From 57a9527d3b6d7ba2fd7629312971bc74a4b02ecf Mon Sep 17 00:00:00 2001 From: Lee Goolsbee Date: Fri, 23 Jun 2023 15:55:32 -0500 Subject: [PATCH] debugging --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 30abc50..477c989 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -44,6 +44,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/aws_common