diff --git a/.ansible-lint b/.ansible-lint
index cdace7948c02cb30b2ef0e477f9b6d742d5f926b..b8f7f54bde8546facc4b9f3903076b2e166a6b8f 100644
--- a/.ansible-lint
+++ b/.ansible-lint
@@ -4,11 +4,9 @@ skip_list:
   # see https://docs.ansible.com/ansible-lint/rules/default_rules.html for a list of all default rules
   # The following rules throw errors.
   # These either still need to be corrected in the repository and the rules re-enabled or they are skipped on purpose.
-  - '201'
   - '204'
   - '206'
   - '301'
-  - '302'
   - '305'
   - '306'
   - '404'
diff --git a/contrib/dind/roles/dind-host/tasks/main.yaml b/contrib/dind/roles/dind-host/tasks/main.yaml
index 4212b3ed51f84f1f6f9ac464d4fc9328f7f76606..d125414c13660d05e73fe102d68174415a71e25c 100644
--- a/contrib/dind/roles/dind-host/tasks/main.yaml
+++ b/contrib/dind/roles/dind-host/tasks/main.yaml
@@ -79,6 +79,7 @@
   with_items: "{{ containers.results }}"
 
 - name: Early hack image install to adapt for DIND
+  # noqa 302 - this task uses the raw module intentionally
   raw: |
     rm -fv /usr/bin/udevadm /usr/sbin/udevadm
   delegate_to: "{{ item._ansible_item_label|default(item.item) }}"