Stop disabling a oneshot service

This commit is contained in:
Salt 2022-04-15 22:27:24 -05:00
parent c9eee09220
commit 83891a72af

View File

@ -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