From bf9016b39f528f7e8e32faa3ddeceb243a794f3c Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Wed, 9 Sep 2020 15:26:31 +0100 Subject: [PATCH] Before the editing starts.... --- 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 6c9f7b7bb..59ef6e09b 100644 --- a/roles/lokole/tasks/install.yml +++ b/roles/lokole/tasks/install.yml @@ -101,7 +101,7 @@ mode: 0666 when: apache_install | bool -- name: Install lokole's unit service files +- name: Install Lokole's unit service files template: src: "{{ item.src }}" dest: "{{ item.dest}}"