set fedora_version==31, remove python selinux pkg
This commit is contained in:
parent
9372a4e417
commit
b8ed02e5b6
1 changed files with 6 additions and 6 deletions
12
playbook.yml
12
playbook.yml
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue