From 9566575eb51080e682a6710cf32f6bd532ab07b4 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Wed, 23 Jul 2025 15:22:47 -0400 Subject: [PATCH] Removed redundant task tags --- roles/bootstrap/tasks/core_installations.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/bootstrap/tasks/core_installations.yml b/roles/bootstrap/tasks/core_installations.yml index 6111561..72e5fcf 100644 --- a/roles/bootstrap/tasks/core_installations.yml +++ b/roles/bootstrap/tasks/core_installations.yml @@ -4,5 +4,4 @@ name: "{{ item.package }}" state: present loop: "{{ combine(server_pkgs, virtualization_pkgs, pkgmanager_pkgs, cli_pkgs, coding_pkgs, media_pkgs) }}" - register: native_done - tags: ['default', 'core'] \ No newline at end of file + register: native_done \ No newline at end of file