From 0b0ccf39b4ad0808109a4a4c834133fce570e141 Mon Sep 17 00:00:00 2001 From: Chris Coley <chris@codingallnight.com> Date: Sun, 11 Mar 2018 22:04:53 -0700 Subject: [PATCH] Removing the explicit apt_update --- tasks/main.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/main.yaml b/tasks/main.yaml index 4bad2c3..3d868d1 100644 --- a/tasks/main.yaml +++ b/tasks/main.yaml @@ -4,7 +4,6 @@ apt: name: '{{ item }}' state: latest - update_cache: yes with_items: - i2c-tools - python-smbus -- GitLab