From 4831bf37f49681e700c41513b0f70ecee392d1a9 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 1 Mar 2024 17:01:53 -0500 Subject: [PATCH] BaseOS v1.0.28; Remove node_status from default run list --- requirements.yml | 2 +- vars/baseos_vars.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements.yml b/requirements.yml index 014ad1d..4e8ce71 100644 --- a/requirements.yml +++ b/requirements.yml @@ -4,7 +4,7 @@ collections: - name: jchristianh.baseos source: https://gitea.thezengarden.net/ansible_collections/ansible-collection-baseos.git type: git - version: 1.0.27 + version: 1.0.28 # Galaxy Collections - name: community.general diff --git a/vars/baseos_vars.yml b/vars/baseos_vars.yml index 7f6e4cc..56974d9 100644 --- a/vars/baseos_vars.yml +++ b/vars/baseos_vars.yml @@ -5,10 +5,8 @@ baseos_include_roles: - jchristianh.baseos.etc_hosts - jchristianh.baseos.bashrc - jchristianh.baseos.motd - - jchristianh.baseos.node_status - jchristianh.baseos.update_all_packages - jchristianh.baseos.base_packages - jchristianh.baseos.snmpd_conf - - jchristianh.baseos.node_status ...