Correct misstake

This commit is contained in:
Dryusdan 2021-03-04 17:26:49 +01:00
parent fc206a39eb
commit ade9813a33
1 changed files with 2 additions and 2 deletions

View File

@ -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