mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-09-13 17:11:18 +02:00
set package install to use package not apt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user