From f480a452e9043406ac31fe33bd2e873a794e9bf4 Mon Sep 17 00:00:00 2001 From: Lee Goolsbee Date: Fri, 23 Jun 2023 16:28:55 -0500 Subject: [PATCH] install rsync to fix new/broken molecule task "Synchronization the context" --- bitbucket-pipelines.yml | 37 +++++++++++++++++++ .../templates/bitbucket-pipelines.yml.j2 | 1 + 2 files changed, 38 insertions(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 477c989..c9a71cc 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -58,6 +58,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 @@ -71,6 +72,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 @@ -84,6 +86,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/bitbucket_config @@ -97,6 +100,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/bitbucket_config @@ -110,6 +114,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/confluence_config @@ -123,6 +128,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/confluence_config @@ -136,6 +142,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/confluence_config @@ -149,6 +156,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/confluence_config @@ -162,6 +170,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/diy_backup @@ -175,6 +184,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/jira_config @@ -188,6 +198,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/jira_config @@ -201,6 +212,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/jira_config @@ -214,6 +226,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/jira_config @@ -227,6 +240,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/linux_common @@ -240,6 +254,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/product_common @@ -253,6 +268,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/product_common @@ -266,6 +282,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/product_install @@ -279,6 +296,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/product_install @@ -292,6 +310,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/product_install @@ -305,6 +324,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/product_install @@ -318,6 +338,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/product_install @@ -331,6 +352,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/product_install @@ -344,6 +366,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/product_install @@ -357,6 +380,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/product_install @@ -370,6 +394,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/product_install @@ -383,6 +408,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/product_install @@ -396,6 +422,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/product_install @@ -409,6 +436,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/product_install @@ -422,6 +450,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/product_install @@ -435,6 +464,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/product_install @@ -448,6 +478,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/product_install @@ -461,6 +492,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/product_install @@ -474,6 +506,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/product_install @@ -487,6 +520,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/product_startup @@ -500,6 +534,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/product_startup @@ -513,6 +548,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/product_startup @@ -526,6 +562,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/product_startup diff --git a/pipeline_generator/templates/bitbucket-pipelines.yml.j2 b/pipeline_generator/templates/bitbucket-pipelines.yml.j2 index f28c935..cdd3874 100644 --- a/pipeline_generator/templates/bitbucket-pipelines.yml.j2 +++ b/pipeline_generator/templates/bitbucket-pipelines.yml.j2 @@ -45,6 +45,7 @@ pipelines: services: - docker script: + - apt-get update && apt-get install -y rsync - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/{{ spath.parts[2] }}