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