Add noqa and disable .ansible-lint global exclusions (#6410)

This commit is contained in:
Maxime Guyot
2020-07-27 15:24:17 +02:00
committed by GitHub
parent b680cdd0e4
commit e70f27dd79
74 changed files with 163 additions and 170 deletions

View File

@@ -4,7 +4,7 @@
vars:
download: "{{ download_defaults | combine(downloads.crictl) }}"
- name: Install crictl config
- name: Install crictl config # noqa 404
template:
src: ../templates/crictl.yaml.j2
dest: /etc/crictl.yaml

View File

@@ -34,7 +34,7 @@
tags:
- facts
- name: disable unified_cgroup_hierarchy in Fedora 31+
- name: disable unified_cgroup_hierarchy in Fedora 31+ # noqa 305
shell:
cmd: grubby --update-kernel=ALL --args="systemd.unified_cgroup_hierarchy=0"
when: