mirror of
https://github.com/geerlingguy/ansible-for-devops.git
synced 2024-05-19 06:50:03 +00:00
10 lines
207 B
YAML
10 lines
207 B
YAML
---
|
|
- hosts: all
|
|
|
|
tasks:
|
|
- name: Ensure apt cache is updated.
|
|
apt: update_cache=true cache_valid_time=600
|
|
|
|
# HTTPS Nginx Proxy test.
|
|
- import_playbook: ../https-nginx-proxy/provisioning/main.yml
|