Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
module_complete
ansible-role-linux-graylog-filebeat
Commits
d0e1c96d
Commit
d0e1c96d
authored
6 years ago
by
jun.shi
Browse files
Options
Download
Email Patches
Plain Diff
Update main.yml
parent
5d05ce02
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/main.yml
+2
-1
tasks/main.yml
with
2 additions
and
1 deletion
+2
-1
tasks/main.yml
+
2
-
1
View file @
d0e1c96d
...
...
@@ -19,8 +19,9 @@
-
name
:
start filebeat
shell
:
'
systemctl
start
collector-sidecar'
shell
:
'
systemctl
re
start
collector-sidecar'
tags
:
start_filebeat
ignore_errors
:
True
-
name
:
rm filebeat rpm
shell
:
'
rm
-f
{{rpm_path}}/{{collector_sidecar_rpm}}'
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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
Menu
Projects
Groups
Snippets
Help