mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-11-21 06:21:05 +01:00
Compare commits
1 Commits
a604f0e638
...
070b999ab1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
070b999ab1 |
@ -1,8 +1,6 @@
|
||||
---
|
||||
- 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