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