File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 4949 - name : Run Ansible Airflow Playbook for Prod
5050 working-directory : ansible-playbook-airflow
5151 run : |
52-
5352 pipenv run ansible-galaxy install -r requirements.yml
54- cp .github/.vault ~/.vault;
53+ cp cp ${{ github.workspace }}/ .github/.vault ~/.vault;
5554 chmod +x ~/.vault
5655 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 .github/.vault ~/.vault;
50+ cp cp ${{ github.workspace }}/ .github/.vault ~/.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