Skip to content

Commit af739b4

Browse files
committed
DOC: Updated for Ubuntu 22.04
1 parent 558555b commit af739b4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Ansible role used to deploy customized Message of the Day. Dress up your login w
1919
## Requirements
2020

2121
* SSH Server configured to display message of the day (enabled by default on Ubuntu)
22-
* Ubuntu 18.04 or 20.04 releases
22+
* Ubuntu 18.04 through 22.04 releases tested
2323
* Other systems probably work fine, untested. Let me know.
2424

2525
---
@@ -121,12 +121,12 @@ The following defines the base set of new message files from the [Custom Message
121121
# Define Custom Message of the Day files to ENABLE from the GIT Repo to all hosts
122122
enable_these_motd_files:
123123
# - 10-hostname # Blah no color hostname
124-
- 10-hostname-color
125-
- 20-sysinfo
124+
- 10-hostname-color
125+
- 20-sysinfo
126126
# - 20-uptime # Standard uptime message
127-
- 30-zpool-bar # ZFS Usage Graphs
128-
- 36-diskstatus # Disks, Temps, Test Results
129-
- 40-services # Status of Services
127+
- 30-zpool-bar # ZFS Usage Graphs
128+
- 36-diskstatus # Disks, Temps, Test Results
129+
- 40-services # Status of Services
130130
# - 50-fail2ban # Fail2ban Summary (standard)
131131
# - 50-fail2ban-status # Fail2ban status per jail
132132
# - 60-lxd # Status of lxd containers

0 commit comments

Comments
 (0)