File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5050 working-directory : ansible-playbook-airflow
5151 run : |
5252 pipenv run ansible-galaxy install -r requirements.yml
53- cp cp ${{ github.workspace }} /.github/.vault ~ /.vault;
53+ cp "${GITHUB_WORKSPACE} /.github/.vault" "${HOME} /.vault"
5454 chmod +x ~/.vault
5555 pipenv run ansible-playbook -i inventory/prod playbook.yml --tags "jumphost,role::airflow::dags" --vault-password-file=~/.vault -e 'ansible_ssh_port=9229' -e cob_datapipeline_branch=$COB_DATAPIPELINE_BRANCH
Original file line number Diff line number Diff line change 4747 working-directory : ansible-playbook-airflow
4848 run : |
4949 pipenv run ansible-galaxy install -r requirements.yml
50- cp cp ${{ github.workspace }} /.github/.vault ~ /.vault;
50+ cp "${GITHUB_WORKSPACE} /.github/.vault" "${HOME} /.vault"
5151 chmod +x ~/.vault
5252 pipenv run ansible-playbook -i inventory/qa playbook.yml --tags "jumphost,role::airflow::dags" --vault-password-file=~/.vault -e 'ansible_ssh_port=9229'
You can’t perform that action at this time.
0 commit comments