From 2bbd23b72ce8ff700998c78f8b5aa7a649a03771 Mon Sep 17 00:00:00 2001 From: Shamzic Date: Fri, 16 Aug 2024 12:05:19 +0200 Subject: [PATCH] fix: lint ansible --- roles/bootstrap/tasks/install_sentry_cli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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