Skip to content
Snippets Groups Projects
Commit 2d8483d8 authored by nimrod's avatar nimrod
Browse files

- Correct file mode (use octal number).

parent ae87865b
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
dest: /etc/apache2/sites-enabled/cgit.conf dest: /etc/apache2/sites-enabled/cgit.conf
owner: root owner: root
group: root group: root
mode: '0644' mode: 0o0644
notify: notify:
- Reload Apache - Reload Apache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment