update_motd/meta/main.yml
Bertrand Lanson ece71b8108
All checks were successful
test / Linting (push) Successful in 33s
test / Molecule tests (default, debian11) (push) Successful in 1m46s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m45s
test / Molecule tests (default, debian12) (push) Successful in 2m3s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m18s
test / Molecule tests (with_custom_ascii, debian12) (push) Successful in 1m14s
test / Molecule tests (with_custom_ascii, debian11) (push) Successful in 1m27s
test / Molecule tests (with_custom_ascii, ubuntu2004) (push) Successful in 1m22s
test / Molecule tests (with_custom_ascii, ubuntu2204) (push) Successful in 1m32s
added debian 12 support
2023-07-23 18:46:54 +02:00

25 lines
468 B
YAML

---
galaxy_info:
namespace: 'ednxzu'
role_name: 'update_motd'
author: 'Bertrand Lanson'
description: 'Manage MOTD for debian-based distros using neofetch.'
license: 'license (BSD, MIT)'
min_ansible_version: '2.10'
platforms:
- name: Ubuntu
versions:
- focal
- jammy
- name: Debian
versions:
- bullseye
- bookworm
galaxy_tags:
- 'ubuntu'
- 'debian'
- 'motd'
- 'sshd'
dependencies: []