mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-13 01:24:28 -07:00
Ansible role tests were failing due to ansible-lint reporting multiple errors. Fixing those errors resolves the failing tests. Switching gcsfuse to use gcloud's bootstrap to follow the current docker install instructions. Removing centos as it's a discontinued distribution. Adding a check to ensure integration tests are skipped unless they are run by a branch (a public fork does not pass required integration test credentials).
5 lines
162 B
YAML
5 lines
162 B
YAML
---
|
|
# tasks file for gcloud
|
|
|
|
- name: gcloud | Start package installation for specific distro
|
|
ansible.builtin.include_tasks: "{{ ansible_os_family|lower }}.yml"
|