From 66941ee2288bad97057595865f3cfc56c9b02b63 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Thu, 29 Feb 2024 12:24:13 -0500 Subject: [PATCH 1/2] BaseOS v1.0.22 --- requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.yml b/requirements.yml index 416cc34..fcc07a8 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.21 + version: 1.0.22 # Galaxy Collections - name: community.general From 95982d15c3213091dbdc708dc5241e945efecb9b Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Thu, 29 Feb 2024 12:25:25 -0500 Subject: [PATCH 2/2] Add reference to node_status role from BaseOS v1.0.22 --- vars/baseos_vars.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vars/baseos_vars.yml b/vars/baseos_vars.yml index 56974d9..7f6e4cc 100644 --- a/vars/baseos_vars.yml +++ b/vars/baseos_vars.yml @@ -5,8 +5,10 @@ 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 ...