rename handler, cron didn't really fit
This commit is contained in:
parent
011b4d355c
commit
06400afc87
2 changed files with 2 additions and 2 deletions
|
@ -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
|
|
@ -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
|
Loading…
Reference in a new issue