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 ...