Compare commits

...
3 Commits
Author SHA1 Message Date
Jeff GeerlingandGitHub d35de757e0 Merge pull request #239 from C0rn3j/patch-1
Fix broken conditionals in create-cert-standalone.yml
2025-08-19 00:52:32 -04:00
MartinandGitHub ef85f3e63d Fix broken conditionals in create-cert-standalone.yml 2025-07-28 10:01:44 +02:00
Jeff Geerling 3b3cc546d1 Syntax adjust. 2025-05-04 20:02:06 -05:00
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -28,7 +28,7 @@
mode: 0750 mode: 0750
when: when:
- certbot_create_standalone_stop_services is defined - certbot_create_standalone_stop_services is defined
- certbot_create_standalone_stop_services - certbot_create_standalone_stop_services is truthy
- name: Create post hook to start services. - name: Create post hook to start services.
template: template:
@@ -39,7 +39,7 @@
mode: 0750 mode: 0750
when: when:
- certbot_create_standalone_stop_services is defined - certbot_create_standalone_stop_services is defined
- certbot_create_standalone_stop_services - certbot_create_standalone_stop_services is truthy
- name: Check if domains have changed - name: Check if domains have changed
block: block:
+3 -1
View File
@@ -1,6 +1,8 @@
--- ---
- name: Install Certbot. - name: Install Certbot.
package: "name={{ certbot_package }} state=present" package:
name: "{{ certbot_package }}"
state: present
- name: Set Certbot script variable. - name: Set Certbot script variable.
set_fact: set_fact: