Skip to content

Commit

Permalink
Remove warn for Ansible 2.14 compatibility
Browse files Browse the repository at this point in the history
Remove unnecessary warn parameter. Fixes #9.

Signed-off-by: Kevin Bowrin <kevinbowrin@cunet.carleton.ca>
  • Loading branch information
cudevmaxwell committed Dec 23, 2022
1 parent f3449e2 commit ec6c857
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions roles/node_exporter/tasks/preflight.yml
Expand Up @@ -62,8 +62,6 @@

- name: Gather currently installed node_exporter version (if any)
ansible.builtin.command: "{{ _node_exporter_binary_install_dir }}/node_exporter --version"
args:
warn: false
changed_when: false
register: __node_exporter_current_version_output
check_mode: false
Expand Down

0 comments on commit ec6c857

Please sign in to comment.