ansible-bootstrap-rocky9/roles/linux_login_banner_rhel9/handlers/main.yml
2026-05-12 00:21:37 +03:00

10 lines
293 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
# No handlers needed banner changes are immediate (shown on next login)
# If you want to force a message on current sessions, you could add:
# - name: "Notify banner updated"
# ansible.builtin.debug:
# msg: "Login banners updated visible on next login/console session"
...