linux-system-roles / vpn

Role for managing VPN/IPSec
https://linux-system-roles.github.io/vpn/
MIT License
8 stars 14 forks source link

Check for /usr/bin/openssl on controller - do not use package_facts #66

Closed richm closed 2 years ago

richm commented 2 years ago

Check for existence of openssl without using sudo on the controller Basically, any task, even package_facts:, will use sudo if using become=true - so just use "exists" test to check for /usr/bin/openssl

richm commented 2 years ago

[citest]

badnetmask commented 2 years ago

WFM