We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2fdcfb commit 8ee6005Copy full SHA for 8ee6005
.circleci/config.yml
@@ -65,7 +65,7 @@ jobs:
65
pipenv run ansible-galaxy install -r requirements.yml
66
cp .circleci/.vault ~/.vault;
67
chmod +x ~/.vault
68
- 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=$CIRCLE_TAG
+ pipenv run ansible-playbook -i inventory/prod playbook.yml --tags "jumphost,airflow" --vault-password-file=~/.vault -e 'ansible_ssh_port=9229' -e cob_datapipeline_branch=$CIRCLE_TAG
69
70
workflows:
71
version: 2
0 commit comments