Skip to content
Snippets Groups Projects
Commit 428d7229 authored by Simon Michnowicz's avatar Simon Michnowicz
Browse files

updated docs to remove no longer used flag

Former-commit-id: 0791b7fc
parent 49bd1359
No related branches found
No related tags found
No related merge requests found
...@@ -4,9 +4,8 @@ Before calling, you may want to define the following lists: ...@@ -4,9 +4,8 @@ Before calling, you may want to define the following lists:
extra_packages #list of yum packages. Or see code on how to it loads an alternative file if not defined extra_packages #list of yum packages. Or see code on how to it loads an alternative file if not defined
exclude #list of packages to exclude exclude #list of packages to exclude
useEpel # if defined, it will enable epel repo
Usage: Usage:
roles: roles:
- { role: extra_packages, useEpel: True, tags: [ other, extra_packages ] } - { role: extra_packages, tags: [ other, extra_packages ] }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment