nusenu / ansible-relayor

An Ansible Role for Tor Relay Operators
GNU General Public License v3.0
242 stars 43 forks source link

Fix ansible rule 306 and right with it 305. #197

Closed Lirt closed 5 years ago

Lirt commented 5 years ago

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 of shell, because it is no longer needed.

Related to https://github.com/nusenu/ansible-relayor/pull/196

Lirt commented 5 years ago

Kitchen tests for Freebsd and Openbsd passed correctly.

nusenu commented 5 years ago

Kitchen tests for Freebsd and Openbsd passed correctly.

awesome, thanks!

nusenu commented 5 years ago

merged