mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-08-25 09:10:56 +02:00
Compare commits
1
Commits
5.4.0
..
3b3cc546d1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b3cc546d1 |
@@ -1,6 +1,8 @@
|
||||
---
|
||||
- name: Install Certbot.
|
||||
package: "name={{ certbot_package }} state=present"
|
||||
package:
|
||||
name: "{{ certbot_package }}"
|
||||
state: present
|
||||
|
||||
- name: Set Certbot script variable.
|
||||
set_fact:
|
||||
|
||||
Reference in New Issue
Block a user