mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-21 01:31:41 +02:00
16 lines
278 B
YAML
16 lines
278 B
YAML
---
|
|
- hosts: all
|
|
|
|
vars:
|
|
certbot_install_from_source: yes
|
|
|
|
pre_tasks:
|
|
- name: Update apt cache.
|
|
apt: update_cache=yes cache_valid_time=600
|
|
when: ansible_os_family == 'Debian'
|
|
changed_when: false
|
|
|
|
roles:
|
|
- geerlingguy.git
|
|
- role_under_test
|