File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ concurrency:
1414
1515env :
1616 COB_DATAPIPELINE_BRANCH : ${{ github.ref_name }}
17- ANSIBLE_VAULT_PASSWORD : ${{ secrets.ANSIBLE_VAULT_PASSWORD }}
1817
1918jobs :
2019 prod-deploy :
5150 working-directory : ansible-playbook-airflow
5251 run : |
5352 pipenv run ansible-galaxy install -r requirements.yml
54- pipenv run ansible-playbook -i inventory/prod playbook.yml --tags "jumphost,role::airflow::dags" --vault-id @env: ANSIBLE_VAULT_PASSWORD -e 'ansible_ssh_port=9229' -e cob_datapipeline_branch=$COB_DATAPIPELINE_BRANCH
53+ pipenv run ansible-playbook -i inventory/prod playbook.yml --tags "jumphost,role::airflow::dags" --vault-id ${{ secrets. ANSIBLE_VAULT_PASSWORD }} -e 'ansible_ssh_port=9229' -e cob_datapipeline_branch=$COB_DATAPIPELINE_BRANCH
Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ concurrency:
1515jobs :
1616 qa-deploy :
1717 runs-on : ubuntu-latest
18- env :
19- ANSIBLE_VAULT_PASSWORD : ${{ secrets.ANSIBLE_VAULT_PASSWORD }}
20-
2118 timeout-minutes : 30
2219 strategy :
2320 matrix :
5047 working-directory : ansible-playbook-airflow
5148 run : |
5249 pipenv run ansible-galaxy install -r requirements.yml
53- pipenv run ansible-playbook -i inventory/qa playbook.yml --tags "jumphost,role::airflow::dags" --vault-id @env: ANSIBLE_VAULT_PASSWORD -e 'ansible_ssh_port=9229'
50+ pipenv run ansible-playbook -i inventory/qa playbook.yml --tags "jumphost,role::airflow::dags" --vault-id ${{ secrets. ANSIBLE_VAULT_PASSWORD }} -e 'ansible_ssh_port=9229'
You can’t perform that action at this time.
0 commit comments