Skip to content
Snippets Groups Projects
Commit fc88ba25 authored by Jeff Geerling's avatar Jeff Geerling
Browse files

Fixes #24: Update apt cache if it hasn't been updated in a day.

parent c892b0a2
Branches
Tags 1.3.2
No related merge requests found
---
- name: Update apt cache.
apt: update_cache=yes cache_valid_time=86400
- name: Ensure nginx is installed.
apt:
pkg: nginx
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment