update_motd/molecule/with_custom_ascii_vagrant/group_vars/all.yml
Bertrand Lanson 675f4650c9
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 58s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m6s
test / Molecule tests (with_custom_ascii, debian11) (push) Successful in 50s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m7s
test / Molecule tests (with_custom_ascii, debian12) (push) Successful in 1m11s
test / Molecule tests (with_custom_ascii, ubuntu2004) (push) Successful in 1m0s
test / Molecule tests (with_custom_ascii, ubuntu2204) (push) Successful in 1m9s
feat: add vagrant tests for later, add become:true
2023-11-30 22:24:37 +01: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"