From 0d51743e23b0d1d0043fb31b6078cba341516e4a Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 23 May 2016 13:06:14 -0700 Subject: [PATCH] Add __init__.py and update version_added to fix module for ansible-validate checks --- lib/ansible/modules/extras/cloud/smartos/__init__.py | 0 lib/ansible/modules/extras/cloud/smartos/smartos_image_facts.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 lib/ansible/modules/extras/cloud/smartos/__init__.py diff --git a/lib/ansible/modules/extras/cloud/smartos/__init__.py b/lib/ansible/modules/extras/cloud/smartos/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/lib/ansible/modules/extras/cloud/smartos/smartos_image_facts.py b/lib/ansible/modules/extras/cloud/smartos/smartos_image_facts.py index 57ab62b9ce9..189389de720 100644 --- a/lib/ansible/modules/extras/cloud/smartos/smartos_image_facts.py +++ b/lib/ansible/modules/extras/cloud/smartos/smartos_image_facts.py @@ -26,7 +26,7 @@ short_description: Get SmartOS image details. description: - Retrieve facts about all installed images on SmartOS. Facts will be inserted to the ansible_facts key. -version_added: "2.0" +version_added: "2.2" author: Adam Števko (@xen0l) options: filters: