NETWAYS / ansible-collection-elasticstack

A collection to install and manage the Elastic Stack
GNU General Public License v3.0
9 stars 8 forks source link

Change used module from 'command' to 'shell' to allow shell redirect #200

Closed Donien closed 11 months ago

Donien commented 1 year ago

Fix #198

This PR adjusts a task that used the command module with a command that wants to redirect output into a file.
This, however, is not possible since no actual shell is used, thus making that redirect impossible. The Ingest Pipelines were never created.
Changed the command module to the shell module.

widhalmt commented 1 year ago

Great find! Thanks. Let us know, when you're done so we can review it. Don't let yourself be let down by failing checks. That's more due to GitHub problems then the code.