mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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:
|
description:
|
||||||
- Retrieve facts about all installed images on SmartOS. Facts will be
|
- Retrieve facts about all installed images on SmartOS. Facts will be
|
||||||
inserted to the ansible_facts key.
|
inserted to the ansible_facts key.
|
||||||
version_added: "2.0"
|
version_added: "2.2"
|
||||||
author: Adam Števko (@xen0l)
|
author: Adam Števko (@xen0l)
|
||||||
options:
|
options:
|
||||||
filters:
|
filters:
|
||||||
|
|
Loading…
Reference in a new issue