From f41900920f8046f4d8d570ec56cb46c71dc1031a Mon Sep 17 00:00:00 2001 From: Filipe Niero Felisbino Date: Tue, 14 Jun 2016 14:55:54 -0300 Subject: [PATCH] Add "version_added" to attached attribute --- lib/ansible/modules/extras/cloud/amazon/ec2_eni.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/extras/cloud/amazon/ec2_eni.py b/lib/ansible/modules/extras/cloud/amazon/ec2_eni.py index 55a43f4da37..378c2c6d2fd 100644 --- a/lib/ansible/modules/extras/cloud/amazon/ec2_eni.py +++ b/lib/ansible/modules/extras/cloud/amazon/ec2_eni.py @@ -71,6 +71,7 @@ options: instance_id is given, attachment status won't change required: false default: yes + version_added: 2.2 force_detach: description: - Force detachment of the interface. This applies either when explicitly detaching the interface by setting instance_id to None or when deleting an interface with state=absent.