From 9180ab1bf2fdc08a7390e2f866014dc79677668f Mon Sep 17 00:00:00 2001 From: Chris Coley <chris@codingallnight.com> Date: Tue, 13 Mar 2018 10:11:43 -0700 Subject: [PATCH] Fixing the APT to adhere to best practices --- tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yaml b/tasks/main.yaml index 8de26e9..845f7d5 100644 --- a/tasks/main.yaml +++ b/tasks/main.yaml @@ -25,7 +25,7 @@ - name: Install the NTP package package: name: ntp - state: latest + state: present register: installed become: true -- GitLab