From 3635b8fbb17c31d73b93a1d6091cfea4f2c78edf Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 9 Sep 2020 20:13:53 -0400 Subject: [PATCH] Clarify lokole/tasks/install.yml --- roles/lokole/tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}"