From 9c988b860acd48a4979a6ff1cec1e3979f5085ec Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Fri, 24 Aug 2018 09:20:46 +0200 Subject: [PATCH] Syntax --- tasks/arch_CLI_packages.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tasks/arch_CLI_packages.yml b/tasks/arch_CLI_packages.yml index a82a63a..d864cdf 100644 --- a/tasks/arch_CLI_packages.yml +++ b/tasks/arch_CLI_packages.yml @@ -29,8 +29,8 @@ - pass when: not minimal - - name: More colorfull pacman - lineinfile: - dest: /etc/pacman.conf - regexp: '^#Color$' - line: 'Color' +- name: More colorfull pacman + lineinfile: + dest: /etc/pacman.conf + regexp: '^#Color$' + line: 'Color'