mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Use list as package name source
This commit is contained in:
parent
01d801c4b7
commit
929b61a321
1
meta/.galaxy_install_info
Normal file
1
meta/.galaxy_install_info
Normal file
@ -0,0 +1 @@
|
||||
{install_date: 'Tue Jul 4 10:56:19 2017', version: 2.0.0}
|
@ -1,6 +1,7 @@
|
||||
---
|
||||
- name: Install Certbot.
|
||||
package: "name={{ certbot_package }} state=present"
|
||||
package: "name={{ item }} state=present"
|
||||
with_items: "{{ certbot_package }}"
|
||||
|
||||
- name: Set Certbot script variable.
|
||||
set_fact:
|
||||
|
@ -1 +1,2 @@
|
||||
certbot_package: letsencrypt
|
||||
certbot_package:
|
||||
- letsencrypt
|
||||
|
@ -1,2 +1,5 @@
|
||||
---
|
||||
certbot_package: certbot
|
||||
certbot_package:
|
||||
- certbot
|
||||
- certbot-apache
|
||||
- certbot-nginx
|
||||
|
Loading…
x
Reference in New Issue
Block a user