--- - name: "Obtain certificate for {{ item.item | join(',') }}" command: "certbot certonly --agree-tos -m {{ certbot_admin_email | quote }} -d {{ item.item | join(',') }} --standalone" ...