diff --git a/roles/bootstrap/tasks/install_sentry_cli.yaml b/roles/bootstrap/tasks/install_sentry_cli.yaml index d3bca54..47da610 100644 --- a/roles/bootstrap/tasks/install_sentry_cli.yaml +++ b/roles/bootstrap/tasks/install_sentry_cli.yaml @@ -2,4 +2,4 @@ - name: Install @sentry/cli using npm community.general.npm: name: '@sentry/cli' - global: yes + global: true