Skip to content

Instantly share code, notes, and snippets.

@mattwillsher
Last active August 29, 2015 14:16
Show Gist options
  • Save mattwillsher/c976d5b0dc6b1051cb48 to your computer and use it in GitHub Desktop.
Save mattwillsher/c976d5b0dc6b1051cb48 to your computer and use it in GitHub Desktop.

roles/nginx/meta/main.yml

dependencies:
  - update_apt_cache

roles/update_apt_cache/main.yml

- name: Update apt cache
  apt: 
    update_cache: yes
    cache_valid_time: 3600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment