rename handler, cron didn't really fit

This commit is contained in:
David Kilias 2021-02-25 14:47:59 +01:00 committed by Gitea
parent 011b4d355c
commit 06400afc87
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -16,4 +16,4 @@
path: "{{ dehydrated_config_dir }}/domains.txt"
line: "{{ item.name }}{% for an in item.alternate_names %} {{ an|default(omit) }}{% endfor %}"
with_items: dehydrated_domains
notify: dehydrated cron
notify: dehydrated run