From 174bfa5ba0a3812535e06eb880f089eee3983444 Mon Sep 17 00:00:00 2001 From: Ludovic Poujol Date: Tue, 12 Nov 2019 17:59:36 +0100 Subject: [PATCH] Fix a syntax error in a task name (a missplaced double quote) --- evolinux-base/tasks/root.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evolinux-base/tasks/root.yml b/evolinux-base/tasks/root.yml index 01ae2ea5..916db156 100644 --- a/evolinux-base/tasks/root.yml +++ b/evolinux-base/tasks/root.yml @@ -37,7 +37,7 @@ regexp: "umask [0-9]+" when: evolinux_root_umask -- name: "/usr/share/scripts" is present in root's PATH +- name: "/usr/share/scripts is present in root's PATH" lineinfile: dest: "/root/.profile" line: "PATH=\"${PATH}:/usr/share/scripts\""