543bb3c9 by Gustavo Calcaterra Committed by Javier Franco

Fix list beat enabled modules 2

1 parent ca310032
......@@ -28,7 +28,7 @@
when: ansible_distribution_major_version >= "7"
- name: Verify if system module of {{ beat_name }} is enabled
shell: 'll /etc/{{ beat_name }}/modules.d/*.yml | grep system'
shell: 'ls -l /etc/{{ beat_name }}/modules.d/*.yml | grep system'
ignore_errors: yes
#when: modules == 'yes'
when: ( beat_name == "metricbeat") or
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!