mirror of
https://github.com/roles-ansible/ansible_role_acmetool.git
synced 2024-08-16 12:29:49 +02:00
Fix copy/paste error
The reload hook used the restart files
This commit is contained in:
parent
62ed2bde31
commit
5019139b1f
1 changed files with 3 additions and 3 deletions
|
@ -12,8 +12,8 @@ acmetool__response_file:
|
|||
|
||||
acmetool__reload_hook:
|
||||
files:
|
||||
- "{{ inventory_hostname }}.restart"
|
||||
- 'restart'
|
||||
- "{{ inventory_hostname }}.reload"
|
||||
- 'reload'
|
||||
paths:
|
||||
- 'files/acmetool'
|
||||
- "files/{{ inventory_hostname }}"
|
||||
|
@ -33,5 +33,5 @@ acmetool__restart_hook:
|
|||
- 'files'
|
||||
|
||||
# versionscheck
|
||||
playbook_version_number: 31 # should be a integer
|
||||
playbook_version_number: 32 # should be a integer
|
||||
playbook_version_path: 'do1jlr.role-acmetool.version'
|
||||
|
|
Loading…
Reference in a new issue