diff --git a/roles/lokole/tasks/install.yml b/roles/lokole/tasks/install.yml index 70f0dad3d..21a40b601 100644 --- a/roles/lokole/tasks/install.yml +++ b/roles/lokole/tasks/install.yml @@ -101,7 +101,7 @@ mode: 0644 when: apache_install | bool -- name: Install Lokole's unit service files +- name: Install unit files {lokole.service, celery.service, celerybeat.service, lokole_restarter.service} into /etc/systemd/system, from template template: src: "{{ item.src }}" dest: "{{ item.dest}}"