Hostname role has been fixed and is re-included; update collection version to 1.0.21 for release to AAP
Some checks failed
continuous-integration/drone/push Build is failing
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-centos9) (push) Successful in 2m56s
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-debian11) (push) Failing after 1m33s
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-debian12) (push) Failing after 54s
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-fedora39) (push) Successful in 1m44s

This commit is contained in:
Chris Hammer 2024-02-28 20:24:27 -05:00
parent 859c099443
commit 9030857fa8
2 changed files with 3 additions and 5 deletions

View File

@ -1,14 +1,13 @@
--- ---
collections: collections:
# Local Collections # Local Collections
- name: jchristianh.basos - name: jchristianh.baseos
source: https://gitea.thezengarden.net/ansible_collections/ansible-collection-baseos.git source: https://gitea.thezengarden.net/ansible_collections/ansible-collection-baseos.git
type: git type: git
version: testing version: 1.0.21
# Galaxy Collections # Galaxy Collections
- name: community.general - name: community.general
- name: ansible.posix - name: ansible.posix
... ...

View File

@ -1,7 +1,7 @@
--- ---
baseos_include_roles: baseos_include_roles:
- jchristianh.baseos.resolv_conf - jchristianh.baseos.resolv_conf
# - jchristianh.baseos.hostname - jchristianh.baseos.hostname
- jchristianh.baseos.etc_hosts - jchristianh.baseos.etc_hosts
- jchristianh.baseos.bashrc - jchristianh.baseos.bashrc
- jchristianh.baseos.motd - jchristianh.baseos.motd
@ -9,5 +9,4 @@ baseos_include_roles:
- jchristianh.baseos.base_packages - jchristianh.baseos.base_packages
- jchristianh.baseos.snmpd_conf - jchristianh.baseos.snmpd_conf
... ...