From 9372a4e4178ee202a3ccfab66e19fd274d1740ee Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Wed, 13 Nov 2019 21:42:24 -0600 Subject: [PATCH 1/2] local inventory - set python3 --- hosts-local | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts-local b/hosts-local index ab7a818..a4ba04a 100644 --- a/hosts-local +++ b/hosts-local @@ -3,3 +3,4 @@ localhost [buildservers:vars] ansible_connection=local +ansible_python_interpreter=/usr/bin/python3 From b8ed02e5b64879a0a4eb88fafe2dc883d307aa79 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Wed, 13 Nov 2019 21:43:54 -0600 Subject: [PATCH 2/2] set fedora_version==31, remove python selinux pkg --- playbook.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/playbook.yml b/playbook.yml index 7dd87e0..d363f2d 100644 --- a/playbook.yml +++ b/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