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"
command: "certbot renew"
register: task
changed_when: task.stdout.find("No renewals were attempted.") == -1
tags:
- certbot
- tls
command: "certbot renew"
register: task
changed_when: task.stdout.find("No renewals were attempted.") == -1
tags:
- certbot
- tls
- name: "Deployer - Certbot - Copy Certificates"
copy: