Drop btrfs support from RHEL and CentOS
Packages are no longer available to build on RHEL and CentOS and btrfs is not longer supported, so we should not build with it. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
1a41d6ecd4
commit
6866589be7
2 changed files with 8 additions and 1 deletions
|
@ -19,6 +19,14 @@
|
||||||
async: 600
|
async: 600
|
||||||
poll: 10
|
poll: 10
|
||||||
|
|
||||||
|
- name: Add Btrfs for Fedora
|
||||||
|
package:
|
||||||
|
name: "{{ item }}"
|
||||||
|
state: present
|
||||||
|
with_items:
|
||||||
|
- btrfs-progs-devel
|
||||||
|
when: ansible_distribution in ['Fedora']
|
||||||
|
|
||||||
- name: Update all packages
|
- name: Update all packages
|
||||||
package:
|
package:
|
||||||
name: '*'
|
name: '*'
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
xunit: false
|
xunit: false
|
||||||
|
|
||||||
rpm_pkgs:
|
rpm_pkgs:
|
||||||
- btrfs-progs-devel
|
|
||||||
- container-selinux
|
- container-selinux
|
||||||
- curl
|
- curl
|
||||||
- device-mapper-devel
|
- device-mapper-devel
|
||||||
|
|
Loading…
Reference in a new issue