543bb3c9 by Gustavo Calcaterra Committed by Javier Franco

Fix list beat enabled modules 2

1 parent ca310032
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
28 when: ansible_distribution_major_version >= "7" 28 when: ansible_distribution_major_version >= "7"
29 29
30 - name: Verify if system module of {{ beat_name }} is enabled 30 - name: Verify if system module of {{ beat_name }} is enabled
31 shell: 'll /etc/{{ beat_name }}/modules.d/*.yml | grep system' 31 shell: 'ls -l /etc/{{ beat_name }}/modules.d/*.yml | grep system'
32 ignore_errors: yes 32 ignore_errors: yes
33 #when: modules == 'yes' 33 #when: modules == 'yes'
34 when: ( beat_name == "metricbeat") or 34 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!