mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-05-22 14:21:40 +02:00
Merge branch 'master' into certbot-rfc2136-acme-challenge
This commit is contained in:
commit
730ede0618
@ -1,6 +1,8 @@
|
||||
---
|
||||
- name: Install Certbot.
|
||||
package: "name={{ item }} state=present"
|
||||
package:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
with_items: "{{ certbot_package }}"
|
||||
|
||||
- name: Set Certbot script variable.
|
||||
|
Loading…
x
Reference in New Issue
Block a user