From ade9813a33bf2d68f9a62cfb44a5e9faf29ae5f8 Mon Sep 17 00:00:00 2001 From: Dryusdan Date: Thu, 4 Mar 2021 17:26:49 +0100 Subject: [PATCH] Correct misstake --- tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 8ec24ac..a87d6b4 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -2,8 +2,8 @@ - name: run only if 'install' or 'upgrade' is specified meta: end_host when: - - "install not in ansible_run_tags" - - "upgrade not in ansible_run_tags" + - "'install' not in ansible_run_tags" + - "'upgrade' not in ansible_run_tags" tags: always - name: Create bitwarden users