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