set package install to use package not apt

This commit is contained in:
Eric Anderson 2020-04-27 13:30:36 -07:00
parent 7203b84e63
commit 33dfd1fbc1

View File

@ -13,7 +13,7 @@
- certbot_plugins is undefined - certbot_plugins is undefined
- name: Install certbot plugins - name: Install certbot plugins
apt: package:
name: "{{ certbot_python }}-certbot-{{ item }}" name: "{{ certbot_python }}-certbot-{{ item }}"
register: task_result register: task_result
until: task_result is success until: task_result is success