Renamed modes

This commit is contained in:
2024-01-08 19:38:36 +01:00
parent f180c14e06
commit c7d6e8c68c
6 changed files with 14 additions and 11 deletions

View File

@@ -9,7 +9,7 @@
file:
path: "{{ docker_compose_instance_directory }}"
state: absent
when: reset_files | bool
when: mode_reset | bool
- name: "create {{docker_compose_instance_directory}}"
file:

View File

@@ -2,4 +2,4 @@
command: >-
certbot certonly --agree-tos --email {{ administrator_email }}
--non-interactive --webroot -w /var/lib/letsencrypt/ -d {{ domain }}
{{ '--test-cert' if test_run | bool else '' }}
{{ '--test-cert' if mode_test | bool else '' }}