From 83891a72af85d66563dcf5b180267d9256ce44e4 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Fri, 15 Apr 2022 22:27:24 -0500 Subject: [PATCH] Stop disabling a oneshot service --- roles/motd/tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/motd/tasks/main.yml b/roles/motd/tasks/main.yml index f930c69..ed74027 100644 --- a/roles/motd/tasks/main.yml +++ b/roles/motd/tasks/main.yml @@ -6,7 +6,6 @@ - name: disable motd-news systemd: name="{{ item }}" state=stopped enabled=no with_items: - - motd-news.service - motd-news.timer - name: template out motd script template: src=motd.sh dest=/etc/update-motd.d/50-ansible mode=0755