debops / ansible-pki

Bootstrap and manage internal PKI, Certificate Authorities and OpenSSL/GnuTLS certificates
GNU General Public License v3.0
65 stars 29 forks source link

Assert bash version using environment #113

Closed lk-minot closed 7 years ago

lk-minot commented 7 years ago

I observed that the assertion in the ansible-pki role that check the bash version use an hardcoded path (/bin/bash) rather than looking in $PATH.

I use Mac OS X and installed bash using Homebrew, so I use export PATH=/usr/local/bin:$PATH in order to use DebOps and this needs this commit to work.

Thanks for your time,