Add __init__.py and update version_added to fix module for ansible-validate checks
This commit is contained in:
parent
65bae8f76b
commit
0d51743e23
2 changed files with 1 additions and 1 deletions
0
lib/ansible/modules/extras/cloud/smartos/__init__.py
Normal file
0
lib/ansible/modules/extras/cloud/smartos/__init__.py
Normal file
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue