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
|
- 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
|
||||||
|
|
Loading…
Reference in a new issue