1
0
Fork 0
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:
Andreas Brain 2021-11-22 15:27:48 +01:00 committed by GitHub
parent 62ed2bde31
commit 5019139b1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'