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
540b5535
Commit
540b5535
authored
Feb 22, 2019
by
julian.gethmann
Browse files
Fix a deprecation warning
parent
88860197
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/elegant/tasks/examples.yml
View file @
540b5535
...
...
@@ -2,9 +2,8 @@
-
name
:
Install required software for elegants examples
become
:
yes
dnf
:
name
:
"
{{
item
}}"
name
:
"
{{
preElegantExamples
}}"
state
:
present
with_items
:
"
{{
preElegantExamples
}}"
when
:
ansible_distribution == 'Fedora'
tags
:
examples
...
...
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