From ddb3ed905b683e39e2d2bd5544ae020b534f2fc8 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Mon, 5 Aug 2024 09:52:54 +0200 Subject: [PATCH] Remove unused get_md5 It's unused and it will be removed in Ansible 9.x Change-Id: I66b314c9d71084f4636aa50c62ef8a216979e5e5 --- CONTRIBUTING.rst | 1 - playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 324f2f07d..150d49ca3 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -90,7 +90,6 @@ when contributing code. - name: "Stat file for x reason" stat: file: '/path/to/file' - get_md5: no 4. Playbook conditionals utilizing variables intended as booleans, should make use of the ``| bool`` casting feature. This is due diff --git a/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml b/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml index 64877520e..e8197ea24 100644 --- a/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml +++ b/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml @@ -128,7 +128,6 @@ - name: "Check if the iPXE EFI image is present" stat: path: "{{ ipxe_dir }}/{{ ipxe_efi_binary }}" - get_md5: false register: test_ipxe_efi_binary_path ignore_errors: true