fix: remove obsolete tags
This commit is contained in:
parent
2a4e3e4ef3
commit
61a7c24fe2
@ -4,7 +4,6 @@
|
|||||||
include_vars: "{{ ansible_os_family }}.yml"
|
include_vars: "{{ ansible_os_family }}.yml"
|
||||||
|
|
||||||
- name: Verify variables
|
- name: Verify variables
|
||||||
tags: [ testa ]
|
|
||||||
include_tasks: "{{ lookup('first_found', params) }}"
|
include_tasks: "{{ lookup('first_found', params) }}"
|
||||||
vars:
|
vars:
|
||||||
params:
|
params:
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- name: Verify if not user and group exists for each entry
|
- name: Verify if not user and group exists for each entry
|
||||||
tags: [ testa ]
|
|
||||||
ansible.builtin.assert:
|
ansible.builtin.assert:
|
||||||
that:
|
that:
|
||||||
- (item.user is defined and item.group is not defined) or
|
- (item.user is defined and item.group is not defined) or
|
||||||
|
Loading…
Reference in New Issue
Block a user