Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fluentd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
Roles
fluentd
Compare revisions
4e1457d8b5d47c6a5aac6b0c6cae2e8f2322e86f to 492ca3e4eb042dcd9dd93f969bb5fcfcccc67651
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ansible/roles/fluentd
Select target project
No results found
492ca3e4eb042dcd9dd93f969bb5fcfcccc67651
Select Git revision
Branches
main
Swap
Target
ansible/roles/fluentd
Select target project
ansible/roles/fluentd
1 result
4e1457d8b5d47c6a5aac6b0c6cae2e8f2322e86f
Select Git revision
Branches
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Bugfix
· 492ca3e4
jurgenhaas
authored
4 years ago
492ca3e4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/main.yml
+1
-1
1 addition, 1 deletion
tasks/main.yml
with
1 addition
and
1 deletion
tasks/main.yml
View file @
492ca3e4
...
@@ -24,4 +24,4 @@
...
@@ -24,4 +24,4 @@
group
:
root
group
:
root
mode
:
644
mode
:
644
when
:
(not excluded_roles or "fluentd" not in excluded_roles) and inventory_hostname in groups.logserver
when
:
(not excluded_roles or "fluentd" not in excluded_roles) and
'logserver' in groups and
inventory_hostname in groups.logserver
This diff is collapsed.
Click to expand it.