Skip to content

Commit

Permalink
Add virtualenv running support to our airflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Dec 19, 2024
1 parent bc16b91 commit 9db74a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/group_vars/airflow/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ airflow_admin_users:
airflow_fernet_key: "{{ lookup('amazon.aws.aws_ssm', '/oonidevops/secrets/airflow_fernet_key', profile='oonidevops_user_prod') }}"
airflow_webserver_secret_key: "{{ lookup('amazon.aws.aws_ssm', '/oonidevops/secrets/airflow_webserver_secret_key', profile='oonidevops_user_prod') }}"
#airflow_executor: "LocalExecutor"
airflow_extra_packages:
- virtualenv

0 comments on commit 9db74a7

Please sign in to comment.