mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-06-16 07:21:44 +02:00
Compare commits
No commits in common. "730ede0618d2ef3f54e678ea21eec97474b18606" and "17ec555d5990c0bf3e32b6c87fd41795ea786bd5" have entirely different histories.
730ede0618
...
17ec555d59
@ -1,8 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: Install Certbot.
|
- name: Install Certbot.
|
||||||
package:
|
package: "name={{ item }} state=present"
|
||||||
name: "{{ item }}"
|
|
||||||
state: present
|
|
||||||
with_items: "{{ certbot_package }}"
|
with_items: "{{ certbot_package }}"
|
||||||
|
|
||||||
- name: Set Certbot script variable.
|
- name: Set Certbot script variable.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user