populate debian role
This commit is contained in:
5
playbooks/roles/debian/files/fastfetch-motd.sh
Normal file
5
playbooks/roles/debian/files/fastfetch-motd.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
# Managed by Ansible – run fastfetch on SSH login
|
||||
if [ -n "${SSH_CLIENT}${SSH_CONNECTION}" ]; then
|
||||
fastfetch -c /etc/fastfetch/27.jsonc
|
||||
fi
|
||||
Reference in New Issue
Block a user