fix: remove obsolete tags

This commit is contained in:
Markus Pesch 2023-08-22 20:28:23 +02:00
parent 2a4e3e4ef3
commit 61a7c24fe2
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@
include_vars: "{{ ansible_os_family }}.yml"
- name: Verify variables
tags: [ testa ]
include_tasks: "{{ lookup('first_found', params) }}"
vars:
params:

View File

@ -1,7 +1,6 @@
---
- name: Verify if not user and group exists for each entry
tags: [ testa ]
ansible.builtin.assert:
that:
- (item.user is defined and item.group is not defined) or