fix: remove obsolete tags
This commit is contained in:
parent
2a4e3e4ef3
commit
61a7c24fe2
@ -4,7 +4,6 @@
|
||||
include_vars: "{{ ansible_os_family }}.yml"
|
||||
|
||||
- name: Verify variables
|
||||
tags: [ testa ]
|
||||
include_tasks: "{{ lookup('first_found', params) }}"
|
||||
vars:
|
||||
params:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user