Compare commits
5 Commits
2551c3bb9f
...
368674c1ce
Author | SHA1 | Date |
---|---|---|
|
368674c1ce | |
|
effce54f95 | |
|
cfc5e615e9 | |
|
24512eeea3 | |
|
4b425612f5 |
|
@ -1,7 +1,8 @@
|
||||||
## v1.X.Y
|
## v1.4.1
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
* truthy warnings with ansible-lint.
|
* truthy warnings with ansible-lint.
|
||||||
|
* complete rhel8 support (thanks @mjourdan − PR #13).
|
||||||
|
|
||||||
## v1.4.0
|
## v1.4.0
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,11 @@
|
||||||
|
|
||||||
# For RedHat Entreprise Linux 8
|
# For RedHat Entreprise Linux 8
|
||||||
# https://developers.redhat.com/blog/2018/11/15/introducing-codeready-linux-builder/
|
# https://developers.redhat.com/blog/2018/11/15/introducing-codeready-linux-builder/
|
||||||
fusioninventory__additionnal_repo_file: "/etc/yum.repos.d/redhat.repo"
|
fusioninventory__additional_repo_file: "/etc/yum.repos.d/redhat.repo"
|
||||||
fusioninventory__additionnal_repo_params:
|
fusioninventory__additional_repo_params:
|
||||||
- section: codeready-builder-for-rhel-8-x86_64-rpms
|
- section: codeready-builder-for-rhel-8-x86_64-rpms
|
||||||
option: enabled
|
option: enabled
|
||||||
value: "1"
|
value: "1"
|
||||||
|
- section: rhel-8-for-x86_64-appstream-rpms
|
||||||
|
option: enabled
|
||||||
|
value: "1"
|
||||||
|
|
Reference in New Issue