Add a platform for Ubuntu Jammy

This commit is contained in:
Salt 2022-04-18 11:15:31 -05:00
parent 143852c4e8
commit eaca75bc7a

View File

@ -0,0 +1,13 @@
#!/usr/bin/env ansible-playbook
# vim:ft=ansible:
---
- hosts: platforms_ubuntu-22-04
gather_facts: no
roles:
- role: motd
vars:
motd_watch_services_extra:
- docker
- kubelet
- postgresql
tags: [ motd, common ]