add tumbleweed node to test inventory; add community.general to collections/requirements.yml; include motd role

This commit is contained in:
2022-03-18 20:32:36 -04:00
parent 8b522e0af0
commit 365a79fe87
3 changed files with 11 additions and 2 deletions

View File

@ -4,3 +4,10 @@ collections:
source: https://github.com/jchristianh-ansible-collections/baseos.git
type: git
version: main
- name: community.general
source: https://galaxy.ansible.com
...