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 49
49
- name : Run Ansible Airflow Playbook for Prod
50
50
working-directory : ansible-playbook-airflow
51
51
run : |
52
-
53
52
pipenv run ansible-galaxy install -r requirements.yml
54
- cp .github/.vault ~/.vault;
53
+ cp cp ${{ github.workspace }}/ .github/.vault ~/.vault;
55
54
chmod +x ~/.vault
56
55
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 47
47
working-directory : ansible-playbook-airflow
48
48
run : |
49
49
pipenv run ansible-galaxy install -r requirements.yml
50
- cp .github/.vault ~/.vault;
50
+ cp cp ${{ github.workspace }}/ .github/.vault ~/.vault;
51
51
chmod +x ~/.vault
52
52
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