From 61a7c24fe2aff5acb87be2851654143e3ed7546e Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Tue, 22 Aug 2023 20:28:23 +0200 Subject: [PATCH] fix: remove obsolete tags --- tasks/main.yml | 1 - tasks/verify_vars.yml | 1 - 2 files changed, 2 deletions(-) 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