Deployer Tasks: Fix typo

This commit is contained in:
Christer Warén 2024-04-18 18:08:39 +03:00
parent a8938882e4
commit ea62046d1f

View File

@ -1,11 +1,11 @@
--- ---
- name: "Deployer - Certbot - Renew Certificates" - name: "Deployer - Certbot - Renew Certificates"
command: "certbot renew" command: "certbot renew"
register: task register: task
changed_when: task.stdout.find("No renewals were attempted.") == -1 changed_when: task.stdout.find("No renewals were attempted.") == -1
tags: tags:
- certbot - certbot
- tls - tls
- name: "Deployer - Certbot - Copy Certificates" - name: "Deployer - Certbot - Copy Certificates"
copy: copy: