We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995ac71 commit f351b0aCopy full SHA for f351b0a
https-letsencrypt/main.yml
@@ -1,19 +1,11 @@
1
---
2
- hosts: letsencrypt
3
- gather_facts: false
4
become: true
5
6
vars_files:
7
- vars/main.yml
8
9
pre_tasks:
10
- - name: Install Python if not already present.
11
- raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)
12
- changed_when: false
13
-
14
- - name: Gather facts after Python is definitely present.
15
- setup:
16
17
- name: Ensure apt cache is updated.
18
apt: update_cache=true cache_valid_time=600
19
0 commit comments