From ae9bc0cdeddb5c864316ff38b6a67664e7dd992e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Moser?= Date: Wed, 16 Nov 2016 22:20:37 +0100 Subject: [PATCH] cloudtack: cs_instance: doc fix for missing tag alias (#3484) --- lib/ansible/modules/extras/cloud/cloudstack/cs_instance.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/extras/cloud/cloudstack/cs_instance.py b/lib/ansible/modules/extras/cloud/cloudstack/cs_instance.py index 5202af0d7d6..13cedd041bf 100644 --- a/lib/ansible/modules/extras/cloud/cloudstack/cs_instance.py +++ b/lib/ansible/modules/extras/cloud/cloudstack/cs_instance.py @@ -205,6 +205,7 @@ options: - If you want to delete all tags, set a empty list e.g. C(tags: []). required: false default: null + aliases: [ 'tag' ] poll_async: description: - Poll async jobs until job has finished.