diff --git a/tasks/main.yml b/tasks/main.yml index 86819a2..18528f4 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -38,6 +38,7 @@ value: 128 - name: fs.inotify.max_user_watches value: 204800 + become: true - name: Install core packages ansible.builtin.apt: diff --git a/templates/cadoles-pod-hydra-dispatcher-v1.conf.j2 b/templates/cadoles-pod-hydra-dispatcher-v1.conf.j2 index be5919b..19dcad7 100644 --- a/templates/cadoles-pod-hydra-dispatcher-v1.conf.j2 +++ b/templates/cadoles-pod-hydra-dispatcher-v1.conf.j2 @@ -19,4 +19,6 @@ PODMAN_ARGS="\ -e 'APP_LOCALES={{ hydra_dispatcher_available_locales | join(',') }}' \ -e 'HYDRA_ADMIN_AUTHORIZED_HOSTS={{ hydra_dispatcher_admin_authorized_hosts | join(',') }}' \ -e 'TRUSTED_PROXIES=127.0.0.1,10.0.2.0/24' \ + -e 'SENTRY_DSN={{ hydra_dispatcher_sentry_dsn }}' \ + -e 'SENTRY_ENVIRONMENT={{ hydra_dispatcher_sentry_environment }}' \ " \ No newline at end of file