From a1192d707b8cf390e5bb6fc24c7f31def48c9f4c Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Fri, 24 Aug 2018 18:50:34 +0200 Subject: [PATCH] replace anacron by cronie --- tasks/arch_CLI_packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/arch_CLI_packages.yml b/tasks/arch_CLI_packages.yml index af3afde..e91c645 100644 --- a/tasks/arch_CLI_packages.yml +++ b/tasks/arch_CLI_packages.yml @@ -10,7 +10,7 @@ state: present with_items: - wget - - anacron + - cronie - zsh - vim - tmux