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

Explicitly set file permissions for path

parent 96b34575
No related branches found
No related tags found
No related merge requests found
......@@ -23,4 +23,4 @@
# - https://www.mediawiki.org/wiki/Manual:File_cache
# - https://www.mediawiki.org/wiki/Manual:$wgInvalidateCacheOnLocalSettingsChange
- name: invalidate MediaWiki file cache
file: path="{{ archwiki_dir }}/public/LocalSettings.php" state=touch
file: path="{{ archwiki_dir }}/public/LocalSettings.php" state=touch owner=archwiki group=archwiki mode=0640
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