Skip to content
Snippets Groups Projects
Commit 3036ecc0 authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

fix linter errors

parent f3a82da0
Branches
No related tags found
No related merge requests found
......@@ -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