jetzt gibts ein flag für forced update

This commit is contained in:
David Kilias 2021-02-15 18:06:35 +01:00 committed by Gitea
parent cbe0368ac1
commit fbd1d7a2ac
2 changed files with 3 additions and 1 deletions

View file

@ -6,6 +6,7 @@ Ansible role to configure domains for use with dehydrated
```yaml ```yaml
vars: vars:
dehydrated_force_update: True
dehydrated_domains: dehydrated_domains:
- name: example.com - name: example.com
alternate_names: alternate_names:

View file

@ -3,4 +3,5 @@
command: "{{ dehydrated_binary }} --register --accept-terms" command: "{{ dehydrated_binary }} --register --accept-terms"
- name: dehydrated cron - name: dehydrated cron
command: "{{ dehydrated_binary }} --cron" command: "{{ dehydrated_binary }} --cron"
when: dehydrated_force_update|default(False)|bool