Skip to content

Commit 8ee6005

Browse files
authored
Run the airflow role for prod_deploy (#802)
1 parent b2fdcfb commit 8ee6005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
pipenv run ansible-galaxy install -r requirements.yml
6666
cp .circleci/.vault ~/.vault;
6767
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
68+
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
6969
7070
workflows:
7171
version: 2

0 commit comments

Comments
 (0)