1
0
mirror of https://github.com/geerlingguy/ansible-for-devops.git synced 2024-05-19 06:50:03 +00:00

Issue #83: Update apt cache before self-signed HTTPS setup.

This commit is contained in:
Jeff Geerling
2017-12-23 12:30:21 -06:00
parent 99708c7c4f
commit 21a42f8439
2 changed files with 4 additions and 4 deletions

View File

@@ -23,6 +23,10 @@
certificate_dir: /etc/letsencrypt/live
server_hostname: https.test
pre_tasks:
- name: Ensure apt cache is updated.
apt: update_cache=yes cache_valid_time=600
roles:
- geerlingguy.firewall
- geerlingguy.pip