From dd0152be8b885ee51834a94b5bf3ee0c4c7d5b4f Mon Sep 17 00:00:00 2001 From: Charlie O'Keefe Date: Sat, 21 Apr 2018 19:51:58 -0600 Subject: [PATCH] Update instructions to say to use gpg 2.1.18 or greater Address issue with earlier versions of gpg 2.1.x that incorrectly prompt the user for a passphrase when a key is stored without a passphrase. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d81b47..36d4726 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Install prerequisites first: `sudo apt-get install build-essential libssl-dev li sudo pip install -U ansible -#### GnuPG 2.x +#### GnuPG 2.x (2.1.18 or greater) Make sure GNU privacy guard is installed.