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

@@ -15,7 +15,7 @@
- import_role:
name: cluster-dump
- name: Check kubectl output
- name: Check kubectl output # noqa 301 305
shell: "{{ bin_dir }}/kubectl get nodes"
register: get_nodes
no_log: true
@@ -23,7 +23,7 @@
- debug:
msg: "{{ get_nodes.stdout.split('\n') }}"
- name: Check that all nodes are running and ready
- name: Check that all nodes are running and ready # noqa 301 305
shell: "{{ bin_dir }}/kubectl get nodes --no-headers -o yaml"
register: get_nodes_yaml
until: