thefinn93 / ansible-letsencrypt

An ansible role to generate TLS certificates and get them signed by Let's Encrypt
GNU General Public License v3.0
442 stars 122 forks source link

ConfigArgParse doesn't really seem to be required #11

Closed thefinn93 closed 8 years ago

thefinn93 commented 8 years ago

I haven't tested, but when I've installed Let's Encrypt manually I haven't needed to explicitly install ConfigArgParse. Because it's not being installed the normal way, this role seems to re-install it every time it runs, leading it to incorrectly report that it changed every time. We should test without that dependency and if it works on a variety of systems, remove it.