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 - hosts: buildservers
vars: 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 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 }}" run_epoch: "{{ ansible_date_time.epoch }}"
build_dir: /tmp/{{ fedora_version }}_kernel build_dir: /tmp/{{ fedora_version }}_kernel
tasks: tasks:
- name: Ensure libselinux-python is installed # - name: Ensure libselinux-python is installed
dnf: # dnf:
name: libselinux-python # name: libselinux-python
state: present # state: present
become: true # become: true
- name: Ensure fedpkg is installed - name: Ensure fedpkg is installed
dnf: dnf:
name: fedpkg name: fedpkg