mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-27 16:31:51 -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.
5 lines
164 B
YAML
5 lines
164 B
YAML
---
|
|
# tasks file for gcloud
|
|
|
|
- name: gcloud | Start package installation for specific distro
|
|
ansible.builtin.include_tasks: "{{ ansible_os_family | lower }}.yml"
|