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 @@ ...@@ -191,6 +191,7 @@
notify: notify:
- "restart uwsgi instance {{ app.instance }}" - "restart uwsgi instance {{ app.instance }}"
when: when:
# yamllint disable-line rule:line-length
- (app_deploy_key is not defined) or (not app_deploy_key|string != '') # noqa 602 - (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) - (app_git_pip is not defined) or (not app_git_pip)
register: git register: git
...@@ -239,7 +240,7 @@ ...@@ -239,7 +240,7 @@
file: file:
path: "{{ item }}" path: "{{ item }}"
state: directory state: directory
mode: 0775 mode: "0775"
owner: "{{ app_user }}" owner: "{{ app_user }}"
loop: loop:
- "{{ app_path }}/.bundle" - "{{ app_path }}/.bundle"
......
...@@ -5,4 +5,4 @@ ...@@ -5,4 +5,4 @@
name: "{{ app_home }}/RT_Client.{{ gl_rt_bridge.rt_user }}.cookie" name: "{{ app_home }}/RT_Client.{{ gl_rt_bridge.rt_user }}.cookie"
state: touch state: touch
owner: "{{ app_user }}" 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