From 9030857fa819164fe49b38560eea965934b8bfcd Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 28 Feb 2024 20:24:27 -0500 Subject: [PATCH] Hostname role has been fixed and is re-included; update collection version to 1.0.21 for release to AAP --- requirements.yml | 5 ++--- vars/baseos_vars.yml | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/requirements.yml b/requirements.yml index 984ea11..416cc34 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,14 +1,13 @@ --- collections: # Local Collections - - name: jchristianh.basos + - name: jchristianh.baseos source: https://gitea.thezengarden.net/ansible_collections/ansible-collection-baseos.git type: git - version: testing + version: 1.0.21 # Galaxy Collections - name: community.general - name: ansible.posix - ... diff --git a/vars/baseos_vars.yml b/vars/baseos_vars.yml index da6e370..56974d9 100644 --- a/vars/baseos_vars.yml +++ b/vars/baseos_vars.yml @@ -1,7 +1,7 @@ --- baseos_include_roles: - jchristianh.baseos.resolv_conf - # - jchristianh.baseos.hostname + - jchristianh.baseos.hostname - jchristianh.baseos.etc_hosts - jchristianh.baseos.bashrc - jchristianh.baseos.motd @@ -9,5 +9,4 @@ baseos_include_roles: - jchristianh.baseos.base_packages - jchristianh.baseos.snmpd_conf - ...