Ignore errors about removing keys

This commit is contained in:
Joshua Boniface 2022-07-18 12:47:57 -04:00
parent 7a46229ce9
commit 15dbe61e67
1 changed files with 1 additions and 0 deletions

View File

@ -854,6 +854,7 @@
with_subelements: with_subelements:
- "{{ admin_users }}" - "{{ admin_users }}"
- removed - removed
ignore_errors: yes
tags: tags:
- users - users
- user-deploy - user-deploy