Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
ef0397af
Verified
Commit
ef0397af
authored
Jun 12, 2020
by
Frederik Schwan
Committed by
Sven-Hendrik Haase
Jun 17, 2020
Browse files
fix E202 'Octal file permissions must contain leading zero or be a string'
parent
c8177213
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/maintenance/tasks/main.yml
View file @
ef0397af
...
...
@@ -15,7 +15,7 @@
dest
:
"
{{
service_nginx_conf
}}"
owner
:
root
group
:
root
mode
:
644
mode
:
0
644
notify
:
reload nginx
when
:
maintenance is defined and maintenance|bool
...
...
@@ -25,7 +25,7 @@
dest
:
"
{{
maintenance_http_dir
}}/{{
service_domain
}}/503.html"
owner
:
root
group
:
root
mode
:
644
mode
:
0
644
when
:
maintenance is defined and maintenance|bool
-
name
:
force reload nginx
...
...
roles/postgrey/tasks/main.yml
View file @
ef0397af
...
...
@@ -19,7 +19,7 @@
state
:
"
directory"
owner
:
"
root"
group
:
"
root"
mode
:
755
mode
:
0
755
-
name
:
install service unit override file
template
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment