Stop disabling a oneshot service
This commit is contained in:
parent
c9eee09220
commit
83891a72af
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user