Add new test script; Update baseos collection to 1.0.23
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Chris Hammer 2024-02-29 18:05:53 -05:00
parent 95982d15c3
commit cc362dd2f4
2 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,7 @@ collections:
- name: jchristianh.baseos
source: https://gitea.thezengarden.net/ansible_collections/ansible-collection-baseos.git
type: git
version: 1.0.22
version: 1.0.23
# Galaxy Collections
- name: community.general

View File

@ -0,0 +1,3 @@
#!/bin/bash
ansible-playbook -v -i localhost, --connection=local baseos.yml -e baseos_include_roles="['jchristianh.baseos.node_status','jchristianh.baseos.hostname']"