2
0
Fork 0

Compare commits

...

5 Commits

2 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,8 @@
## v1.X.Y
## v1.4.1
### Fix
* truthy warnings with ansible-lint.
* complete rhel8 support (thanks @mjourdan PR #13).
## v1.4.0

View File

@ -3,8 +3,11 @@
# For RedHat Entreprise Linux 8
# https://developers.redhat.com/blog/2018/11/15/introducing-codeready-linux-builder/
fusioninventory__additionnal_repo_file: "/etc/yum.repos.d/redhat.repo"
fusioninventory__additionnal_repo_params:
fusioninventory__additional_repo_file: "/etc/yum.repos.d/redhat.repo"
fusioninventory__additional_repo_params:
- section: codeready-builder-for-rhel-8-x86_64-rpms
option: enabled
value: "1"
- section: rhel-8-for-x86_64-appstream-rpms
option: enabled
value: "1"