Fix etherpad service enable

certbot_on_virtu
Alexandre Iooss 2020-07-26 22:49:56 +02:00
parent cfac25a515
commit 9632039df8
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
- name: Activate EtherPad service
systemd:
daemon_reload: true
name: etherpad
name: etherpad-lite
enabled: true
state: started