From 110388be116c780382433fe7b54377ee4e413bcb Mon Sep 17 00:00:00 2001 From: Rick Mendes Date: Wed, 3 Jun 2015 09:06:43 -0700 Subject: [PATCH] added version_added to key_passphrase --- lib/ansible/modules/extras/cloud/amazon/ec2_win_password.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/extras/cloud/amazon/ec2_win_password.py b/lib/ansible/modules/extras/cloud/amazon/ec2_win_password.py index 98b62a7f999..226a9bc0354 100644 --- a/lib/ansible/modules/extras/cloud/amazon/ec2_win_password.py +++ b/lib/ansible/modules/extras/cloud/amazon/ec2_win_password.py @@ -18,6 +18,7 @@ options: - path to the file containing the key pair used on the instance required: true key_passphrase: + version_added: "2.0" description: - The passphrase for the instance key pair. The key must use DES or 3DES encryption for this module to decrypt it. You can use openssl to convert your password protected keys if they do not use DES or 3DES. ex) openssl rsa -in current_key -out new_key -des3. required: false