update_motd/molecule/with_custom_ascii/group_vars/all.yml
Bertrand Lanson e1a216a90e
All checks were successful
test / Linting (push) Successful in 26s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m30s
test / Molecule tests (default, debian11) (push) Successful in 1m51s
test / Molecule tests (default, debian12) (push) Successful in 2m3s
test / Molecule tests (with_custom_ascii, debian11) (push) Successful in 1m4s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m22s
test / Molecule tests (with_custom_ascii, debian12) (push) Successful in 1m15s
test / Molecule tests (with_custom_ascii, ubuntu2204) (push) Successful in 1m3s
test / Molecule tests (with_custom_ascii, ubuntu2004) (push) Successful in 1m23s
added ansible tesT
2023-07-20 23:53:09 +02:00

13 lines
288 B
YAML

---
update_motd_filename: "00-motd-neofetch"
update_motd_print_info:
- name: "CPU"
module: "cpu"
- name: "Memory"
module: "memory"
- name: "Local IP"
module: local_ip
- name: "Disk"
module: "disk"
update_motd_ascii_distro: "{{ ansible_distribution|lower }}_small"