I am new to ansible and I am trying out this ansible galaxy role by geerlingguy:
https://github.com/geerlingguy/ansible-role-logstash
When running the playbook that targets my ubuntu vm I get the following error message
OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
Can anyone point me to the correct direction on how to fix this issue?