Skip to content
Snippets Groups Projects
Commit 26c984af authored by Hinrikus Wolf's avatar Hinrikus Wolf Committed by Lars Beckers
Browse files

fix linter errors

parent f6bf2093
No related branches found
No related tags found
1 merge request!4WIP: add acmebot role
......@@ -191,6 +191,7 @@
notify:
- "restart uwsgi instance {{ app.instance }}"
when:
# yamllint disable-line rule:line-length
- (app_deploy_key is not defined) or (not app_deploy_key|string != '') # noqa 602
- (app_git_pip is not defined) or (not app_git_pip)
register: git
......@@ -239,7 +240,7 @@
file:
path: "{{ item }}"
state: directory
mode: 0775
mode: "0775"
owner: "{{ app_user }}"
loop:
- "{{ app_path }}/.bundle"
......
......@@ -5,4 +5,4 @@
name: "{{ app_home }}/RT_Client.{{ gl_rt_bridge.rt_user }}.cookie"
state: touch
owner: "{{ app_user }}"
mode: 0600
mode: "0600"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment