Compare commits

..

No commits in common. "730ede0618d2ef3f54e678ea21eec97474b18606" and "17ec555d5990c0bf3e32b6c87fd41795ea786bd5" have entirely different histories.

View File

@ -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.