37b29312 by Gustavo Calcaterra Committed by DevOps

Update comment on Nginx section

1 parent 459cec39
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
47 changed_when: "'Module system is already enabled' not in result.stdout" 47 changed_when: "'Module system is already enabled' not in result.stdout"
48 notify: "Restart beat service" 48 notify: "Restart beat service"
49 49
50 #Enable nginx module 50 #Enable Nginx module
51 - name: Verify if nginx module of {{ beat_name }} is enabled 51 - name: Verify if nginx module of {{ beat_name }} is enabled
52 shell: 'ls -l /etc/{{ beat_name }}/modules.d/*.yml | grep nginx' 52 shell: 'ls -l /etc/{{ beat_name }}/modules.d/*.yml | grep nginx'
53 ignore_errors: yes 53 ignore_errors: yes
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!