From 2d8483d8f97c74c3b7c09a84f7c416ae3323d56d Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 1 Dec 2016 17:37:00 +0200 Subject: [PATCH] - Correct file mode (use octal number). --- tasks/cgit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/cgit.yml b/tasks/cgit.yml index a87fbd9..37bdf57 100644 --- a/tasks/cgit.yml +++ b/tasks/cgit.yml @@ -34,7 +34,7 @@ dest: /etc/apache2/sites-enabled/cgit.conf owner: root group: root - mode: '0644' + mode: 0o0644 notify: - Reload Apache -- GitLab