summaryrefslogtreecommitdiffstats
path: root/slx-builder
diff options
context:
space:
mode:
authorJonathan Bauer2020-03-25 15:44:04 +0100
committerJonathan Bauer2020-03-25 15:44:04 +0100
commit35d00a08f34a9230e168aaab60da8be369b2ad05 (patch)
treec6b54443dafeac25a2f52b2d5b5b8e4dbde3b280 /slx-builder
parentCentOS7: use stable branch for systemd-init (diff)
downloadansible-dracut-35d00a08f34a9230e168aaab60da8be369b2ad05.tar.gz
ansible-dracut-35d00a08f34a9230e168aaab60da8be369b2ad05.tar.xz
ansible-dracut-35d00a08f34a9230e168aaab60da8be369b2ad05.zip
centos8: fix deprecated RPM URLs
Diffstat (limited to 'slx-builder')
-rw-r--r--slx-builder/tasks/distro/CentOS-8.yml12
1 files changed, 8 insertions, 4 deletions
diff --git a/slx-builder/tasks/distro/CentOS-8.yml b/slx-builder/tasks/distro/CentOS-8.yml
index 02d3e0e..5cd7928 100644
--- a/slx-builder/tasks/distro/CentOS-8.yml
+++ b/slx-builder/tasks/distro/CentOS-8.yml
@@ -1,4 +1,12 @@
---
+- name: Activate PowerTools for CERT-Forensics Repo
+ command: dnf config-manager --set-enabled PowerTools
+
+- name: Install cert-forensics-tools-release-el8.rpm
+ dnf:
+ name: 'https://forensics.cert.org/cert-forensics-tools-release-el8.rpm'
+ state: present
+
- name: CentOS-8 | Install packages
yum:
name: "{{ packages }}"
@@ -15,9 +23,5 @@
- wget
- kexec-tools
- kmod-devel
- - http://download-ib01.fedoraproject.org/pub/fedora/linux/releases/29/Everything/x86_64/os/Packages/l/libewf-20140608-12.fc29.x86_64.rpm
- - http://download-ib01.fedoraproject.org/pub/fedora/linux/releases/29/Everything/x86_64/os/Packages/l/libewf-devel-20140608-12.fc29.x86_64.rpm
- - http://download-ib01.fedoraproject.org/pub/fedora/linux/updates/29/Everything/x86_64/Packages/a/afflib-3.7.18-2.fc29.x86_64.rpm
- - http://download-ib01.fedoraproject.org/pub/fedora/linux/updates/29/Everything/x86_64/Packages/a/afflib-devel-3.7.18-2.fc29.x86_64.rpm
- elfutils-libelf-devel
- python2