forked from ansible-collection/filebeat
修复Check Filebeat Service Running Status命令找不到的问题
This commit is contained in:
parent
0d5b4c6f82
commit
7afaff0287
|
@ -126,7 +126,7 @@
|
|||
when: filebeat_data_migration | default(false) and check_old_filebeat_data.stdout != ''
|
||||
|
||||
- name: Check Filebeat Service Running Status
|
||||
ansible.builtin.shell: "supervisorctl -c {{ filebeat_work_path }}/supervisor.yml status"
|
||||
ansible.builtin.shell: "{{ python_bin_dir }}/supervisorctl -c {{ filebeat_work_path }}/supervisor.yml status filebeat_{{ instance_name }}_{{ log_type }}"
|
||||
register: filebeat_status
|
||||
changed_when: filebeat_status.rc != 0
|
||||
failed_when: false
|
||||
|
|
Loading…
Reference in New Issue