Closed Lirt closed 5 years ago
Fix using pipe in shell command by using sysctl -n to get value of kernel parameter value without need of pipe.
sysctl -n
Right after it use command module instead of shell, because it is no longer needed.
command
shell
Related to https://github.com/nusenu/ansible-relayor/pull/196
Kitchen tests for Freebsd and Openbsd passed correctly.
Freebsd
Openbsd
awesome, thanks!
merged
Fix using pipe in shell command by using
sysctl -n
to get value of kernel parameter value without need of pipe.Right after it use
command
module instead ofshell
, because it is no longer needed.Related to https://github.com/nusenu/ansible-relayor/pull/196