Skip to content
Snippets Groups Projects
Verified Commit e31a4e2c authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

debuginfod: fix reloading of debuginfod service

You can't `systemctl reload debuginfod` after installing the systemd
unit we need a daemon-reload.
parent ab567991
No related branches found
No related tags found
No related merge requests found
- name: Reload debuginfod
service: name=debuginfod state=reloaded
- name: Daemon reload
systemd_service:
daemon-reload: true
......@@ -13,7 +13,7 @@
vars:
debuginfod_package_path: "{{ debuginfod_package_paths | join(' ') }}"
notify:
- Reload debuginfod
- Daemon reload
- name: Create http directory for debuginfod website files
file: path=/srv/http/debuginfod state=directory owner=root group=root mode=0755
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment