Browse Source

Remove stale TODOs (#12298)

Upstream consider it working as expected, won't fix
https://github.com/ansible-collections/community.general/issues/7717#issuecomment-2061880929
pull/12308/head
Max Gautier 3 months ago
committed by GitHub
parent
commit
f6d29a27fc
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions
  1. 2
      roles/kubernetes/node/tasks/main.yml

2
roles/kubernetes/node/tasks/main.yml

@ -63,8 +63,6 @@
changed_when: false
check_mode: false
# TODO: Remove once upstream issue is fixed
# https://github.com/ansible-collections/community.general/issues/7717
- name: Verify br_netfilter module path exists
file:
path: "{{ item }}"

Loading…
Cancel
Save