Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Commit

Permalink
update apt cache before doing anything with it
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Hollensbe <github@hollensbe.org>
  • Loading branch information
Erik Hollensbe committed Nov 5, 2019
1 parent 941f2f5 commit c8b7f98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/system/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
- name: "update apt package cache"
apt:
update_cache: true

- name: "Install ntp, ntpdate"
apt:
name:
Expand Down

0 comments on commit c8b7f98

Please sign in to comment.