Skip to content

Commit f351b0a

Browse files
committed
Fixes geerlingguy#93: Assume Python 3 is available on Ubuntu 20.04.
1 parent 995ac71 commit f351b0a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

https-letsencrypt/main.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
---
22
- hosts: letsencrypt
3-
gather_facts: false
43
become: true
54

65
vars_files:
76
- vars/main.yml
87

98
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-
179
- name: Ensure apt cache is updated.
1810
apt: update_cache=true cache_valid_time=600
1911

0 commit comments

Comments
 (0)