From 3dacc7e4e0f77fac8cd0c3a4c7d1fc74e7400313 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Thu, 18 Jun 2020 14:04:51 +0100 Subject: [PATCH] Fix missing lower-to-upper case --- roles/debian/tasks/packages-cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/debian/tasks/packages-cli.yml b/roles/debian/tasks/packages-cli.yml index ccce04f..bf960d3 100644 --- a/roles/debian/tasks/packages-cli.yml +++ b/roles/debian/tasks/packages-cli.yml @@ -40,7 +40,7 @@ - vim - wordgrinder-ncurses - zsh -- name: load /etc/profile in zsh +- name: Load /etc/profile in zsh become: true lineinfile: path: /etc/zsh/zprofile