Robert Kaussow
2267361663
All checks were successful
continuous-integration/drone/push Build is passing
29 lines
694 B
YAML
29 lines
694 B
YAML
---
|
|
packages_yum_repositories: []
|
|
# @var packages_yum_repositories:example: >
|
|
# packages_yum_repositories:
|
|
# - name: epel
|
|
# filename: Extra-EPEL
|
|
# desc: Extra Packages for Enterprise Linux (EPEL)
|
|
# baseurl: "http://download.fedoraproject.org/pub/epel/$releasever/$basearch/"
|
|
# gpgkey: "http://download.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-$releasever/"
|
|
# enabled: True
|
|
# @end
|
|
packages_yum_repositories_extra: []
|
|
|
|
packages_repofiles_remove: []
|
|
packages_enablerepo: []
|
|
|
|
packages_install: []
|
|
packages_install_extra: []
|
|
|
|
packages_uninstall:
|
|
- setroubleshoot
|
|
- mcstransd
|
|
- xinetd
|
|
- ypbind
|
|
- telnet
|
|
packages_uninstall_extra: []
|
|
|
|
packages_upgrade_enabled: False
|