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