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,6 +4,7 @@ baseos_include_roles:
- base_packages
- resolv_conf
- update_all_packages
- motd
...