Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ansible
gitlab-runner-do-monitor
Commits
e49a4d69
Commit
e49a4d69
authored
Aug 20, 2018
by
Erick Hitter
Browse files
Merge branch 'fix/logrotate' into 'master'
Don't unnecessarily set logrotate config See merge request
!3
parents
fd770c99
b84de743
Pipeline
#202
passed with stage
in 2 minutes and 42 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
tasks/main.yml
View file @
e49a4d69
...
...
@@ -32,3 +32,10 @@
owner
:
root
group
:
root
mode
:
0644
when
:
glrdomon_log_dest != "os.Stdout"
-
name
:
Remove logrotate configuration
file
:
dest
:
/etc/logrotate.d/gitlab-runner-do-monitor
state
:
absent
when
:
glrdomon_log_dest == "os.Stdout"
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