From 93df340b49d39200f3d53eb932d601c4e6d725b7 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 11 Jul 2021 08:31:05 -0500 Subject: [PATCH] Add missing colon. --- tasks/general/software/packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/general/software/packages.yml b/tasks/general/software/packages.yml index 9a755d4..46b86e2 100644 --- a/tasks/general/software/packages.yml +++ b/tasks/general/software/packages.yml @@ -6,7 +6,7 @@ # Probably for "security", but package module does not use the ansible_pkg_mgr variable # so resetting the value to apt doesn't work. Just going to move it. shell: "mv `which zypper` `which zypper`.zz.`date +%Y%m%d`" - when ansible_distribution == "Parrot OS" + when: ansible_distribution == "Parrot OS" - name: General | Software | Packages | Cache Refresh (Apt and Pacman)