diff --git a/tasks/main.yml b/tasks/main.yml index 5973d20..5ecd7a9 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -4,7 +4,6 @@ include_vars: "{{ ansible_os_family }}.yml" - name: Verify variables - tags: [ testa ] include_tasks: "{{ lookup('first_found', params) }}" vars: params: diff --git a/tasks/verify_vars.yml b/tasks/verify_vars.yml index 6903cc3..fd878ad 100644 --- a/tasks/verify_vars.yml +++ b/tasks/verify_vars.yml @@ -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