mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-10-16 21:34:20 -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).
4 lines
124 B
YAML
4 lines
124 B
YAML
---
|
|
# tasks file for google.cloud.gcsfuse
|
|
- name: main
|
|
ansible.builtin.include_tasks: "{{ ansible_os_family|lower }}.yml"
|