mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 14:24:25 +00:00
Merge pull request #10 from cudevmaxwell/issue-9
node_exporter: Change command parameters for ansible 2.14 compatibility
This commit is contained in:
commit
1e41dec0dc
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue