From a09c9e3e6fec21a4f3f78338f6b17d7d7758b9ed Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 28 Oct 2018 11:42:44 -0400 Subject: [PATCH] Update main.yml --- roles/1-prep/tasks/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/roles/1-prep/tasks/main.yml b/roles/1-prep/tasks/main.yml index 40dabc96d..a71515629 100644 --- a/roles/1-prep/tasks/main.yml +++ b/roles/1-prep/tasks/main.yml @@ -58,10 +58,8 @@ # for rpi, without rtc, we need time as soon as possible - name: Install chrony package package: - name: "{{ item }}" + name: chrony state: present - with_items: - - chrony tags: - download