Skip to content

Commit

Permalink
roles/opendistro-kibana: add missing noqa for rule 503 false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
neonmei committed Nov 12, 2020
1 parent 1e03700 commit 8e82755
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/opendistro/opendistro-kibana/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

- name: Remove Kibana configuration file
file:
# noqa 503
path: "{{ kibana_conf_path }}/kibana.yml"
state: absent
when: install.changed
Expand Down

0 comments on commit 8e82755

Please sign in to comment.