mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
set package install to use package not apt
This commit is contained in:
parent
7203b84e63
commit
33dfd1fbc1
@ -13,7 +13,7 @@
|
||||
- certbot_plugins is undefined
|
||||
|
||||
- name: Install certbot plugins
|
||||
apt:
|
||||
package:
|
||||
name: "{{ certbot_python }}-certbot-{{ item }}"
|
||||
register: task_result
|
||||
until: task_result is success
|
||||
|
Loading…
x
Reference in New Issue
Block a user