mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-10-19 10:34:08 -07:00
Ansible-lint is required for Ansible collection certification for Automation Hub. gcsfuse had no metadata associated with it, failing the Ansible Hub upload.
20 lines
362 B
YAML
20 lines
362 B
YAML
---
|
|
galaxy_info:
|
|
role_name: gcloud
|
|
author: Eric Anderson
|
|
description: Ansible role to install google-cloud-sdk
|
|
license: GPL-3.0
|
|
min_ansible_version: "2.9"
|
|
platforms:
|
|
- name: Ubuntu
|
|
versions:
|
|
- precise
|
|
- trusty
|
|
- xenial
|
|
- bionic
|
|
galaxy_tags:
|
|
- gcloud
|
|
- google
|
|
- cloud
|
|
- sdk
|
|
dependencies: []
|