mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
Metadata Status needs to be a list, not a scalar.
The default metadata was specified with a string "preview" instead of the list ["preview"].
This commit is contained in:
parent
6c4f365e67
commit
df9059936b
32 changed files with 32 additions and 32 deletions
|
@ -18,7 +18,7 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
ANSIBLE_METADATA = {'status': 'preview',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue