dehydrated_path -> dehydrated_binary
This commit is contained in:
parent
cd8352a2f4
commit
4378d33dff
3 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
dehydrated_version: "v0.7.0"
|
||||
dehydrated_location: /usr/local/share/dehydrated
|
||||
dehydrated_path: /usr/local/bin/dehydrated
|
||||
dehydrated_binary: /usr/local/bin/dehydrated
|
||||
dehydrated_config: /usr/local/etc/dehydrated
|
||||
dehydrated_wellknown: /usr/local/etc/dehydrated/challenge
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- name: dehydrated register
|
||||
command: "{{ dehydrated_path }} --register --accept-terms"
|
||||
command: "{{ dehydrated_binary }} --register --accept-terms"
|
||||
|
||||
- name: dehydrated cron
|
||||
command: "{{ dehydrated_path }} --cron"
|
||||
command: "{{ dehydrated_binary }} --cron"
|
|
@ -12,7 +12,7 @@
|
|||
- name: Ensure dehydrated symlink is present.
|
||||
ansible.builtin.file:
|
||||
src: "{{ dehydrated_location }}/dehydrated"
|
||||
dest: "{{ dehydrated_path }}"
|
||||
dest: "{{ dehydrated_binary }}"
|
||||
state: link
|
||||
|
||||
- name: Ensure config directory is present.
|
||||
|
|
Loading…
Reference in a new issue