Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ucegg
ansible
Commits
950d3992
Commit
950d3992
authored
Jun 27, 2019
by
julian.gethmann
Browse files
Do not install copr repo for ripgrep anymore
parent
f693f6f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/ripgrep/tasks/main.yml
View file @
950d3992
...
...
@@ -8,7 +8,7 @@
args
:
warn
:
False
changed_when
:
false
when
:
(ansible_distribution == "Fedora" and (ansible_distribution_major_version|int) >= 24)
when
:
(ansible_distribution == "Fedora" and (ansible_distribution_major_version|int) >= 24
and (ansible_distribution_major_version|int) < 28
)
tags
:
ripgrep
-
name
:
install ripgrep
...
...
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