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:
14
14
15
15
env :
16
16
COB_DATAPIPELINE_BRANCH : ${{ github.ref_name }}
17
- ANSIBLE_VAULT_PASSWORD : ${{ secrets.ANSIBLE_VAULT_PASSWORD }}
18
17
19
18
jobs :
20
19
prod-deploy :
51
50
working-directory : ansible-playbook-airflow
52
51
run : |
53
52
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:
15
15
jobs :
16
16
qa-deploy :
17
17
runs-on : ubuntu-latest
18
- env :
19
- ANSIBLE_VAULT_PASSWORD : ${{ secrets.ANSIBLE_VAULT_PASSWORD }}
20
-
21
18
timeout-minutes : 30
22
19
strategy :
23
20
matrix :
50
47
working-directory : ansible-playbook-airflow
51
48
run : |
52
49
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