update_motd/meta/main.yml
Bertrand Lanson c4b84d88c2
All checks were successful
test / Linting (push) Successful in 7s
test / Molecule tests (default, debian11) (push) Successful in 1m2s
test / Molecule tests (default, debian12) (push) Successful in 1m7s
test / Molecule tests (default, ubuntu2204) (push) Successful in 57s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m25s
test / Molecule tests (with_custom_ascii, debian11) (push) Successful in 52s
test / Molecule tests (with_custom_ascii, debian12) (push) Successful in 55s
test / Molecule tests (with_custom_ascii, ubuntu2004) (push) Successful in 56s
test / Molecule tests (with_custom_ascii, ubuntu2204) (push) Successful in 1m50s
feat(core): change namespace
2024-02-05 22:32:54 +01:00

25 lines
472 B
YAML

---
galaxy_info:
namespace: "ednz_cloud"
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: []