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

archwiki: install pamcan updater hook

parent f7bd9113
No related branches found
No related tags found
No related merge requests found
......@@ -126,3 +126,9 @@
- name: ensure question answer file exists and set permissions
file: state=file path="{{archwiki_question_answer_file}}" owner=root group=root mode=0644
- name: create pacman.d hooks dir
file: state=directory owner=root group=root path=/etc/pacman.d/hooks
- name: install archwiki question updater hook
template: src=archwiki-question-updater.hook.j2 dest=/etc/pacman.d/hooks/archwiki-question-updater.hook owner=root group=root mode=0644
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