From 6d46f724578968f9c70716cb71e66d3d7edb90cf Mon Sep 17 00:00:00 2001 From: John Freeman Date: Sat, 16 Nov 2024 10:28:52 +0000 Subject: [PATCH] Removed obsolete cert rehashing workaround (#391) We're no longer testing with Ubuntu 20.04. --- molecule/default/converge.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/molecule/default/converge.yml b/molecule/default/converge.yml index 984069a..ac6678b 100644 --- a/molecule/default/converge.yml +++ b/molecule/default/converge.yml @@ -4,16 +4,6 @@ hosts: all pre_tasks: - # Workaround broken CA certerficates hash on Ubuntu 20.04 arm32 - - name: Rehash certificate - become: true - ansible.builtin.command: c_rehash - when: - - ansible_facts.architecture == 'armv7l' - - ansible_facts.distribution == 'Ubuntu' - - ansible_facts.distribution_version == '20.04' - changed_when: false - # Workaround for Fedora 41 https://github.com/ansible/ansible/issues/84206 - name: Install python3-libdnf5 become: true