set fedora_version==31, remove python selinux pkg

This commit is contained in:
Josh Lay 2019-11-13 21:43:54 -06:00
parent 9372a4e417
commit b8ed02e5b6

View file

@ -1,16 +1,16 @@
---
- hosts: buildservers
vars:
fedora_version: f30
fedora_version: f31
patch_file: acso-5.0.5.patch # This patch has been the same since 4.18, renamed to appear more relevant
run_epoch: "{{ ansible_date_time.epoch }}"
build_dir: /tmp/{{ fedora_version }}_kernel
tasks:
- name: Ensure libselinux-python is installed
dnf:
name: libselinux-python
state: present
become: true
# - name: Ensure libselinux-python is installed
# dnf:
# name: libselinux-python
# state: present
# become: true
- name: Ensure fedpkg is installed
dnf:
name: fedpkg