Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
webservices
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible-shared
webservices
Commits
26c984af
Commit
26c984af
authored
5 years ago
by
Hinrikus Wolf
Committed by
Lars Beckers
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix linter errors
parent
f6bf2093
No related branches found
No related tags found
1 merge request
!4
WIP: add acmebot role
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
uwsgi-python/tasks/app.yml
+2
-1
2 additions, 1 deletion
uwsgi-python/tasks/app.yml
uwsgi-python/tasks/apps/gl-rt-bridge.yml
+1
-1
1 addition, 1 deletion
uwsgi-python/tasks/apps/gl-rt-bridge.yml
with
3 additions
and
2 deletions
uwsgi-python/tasks/app.yml
+
2
−
1
View file @
26c984af
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
uwsgi-python/tasks/apps/gl-rt-bridge.yml
+
1
−
1
View file @
26c984af
...
@@ -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
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment