Add option for not configuring MOTD

This commit is contained in:
Tyler Hale 2022-08-22 13:50:58 -06:00
parent 44d7644dfe
commit 39f6e624f1
Signed by: Tyler
GPG key ID: C7CC4B910D88EF96
2 changed files with 36 additions and 38 deletions

View file

@ -32,6 +32,7 @@
file: core_motd.yml
apply:
tags: motd
when: base_core_motd_enabled == true
tags:
- motd

View file

@ -1,8 +1,6 @@
---
# file: roles/base/tasks/core_motd.yml
- name: "Configure standard MOTD"
block:
- name: Disable unnecessary MOTD files
file:
path: "{{ item }}"
@ -42,4 +40,3 @@
line: PrintMotd no
notify:
- Restart SSH
when: base_core_motd_enabled == true