google.cloud/molecule/gcloud/package_playbook.yml
Yusuke Tsutsumi f692dd4c76 fix role tests
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).
2022-11-29 23:12:26 -08:00

13 lines
310 B
YAML

---
- name: Converge
hosts: all
pre_tasks:
- name: Install gpg for apt_key
ansible.builtin.apt:
name: gnupg
update_cache: true
when: ansible_os_family|lower == "debian"
roles:
- role: google.cloud.gcloud
gcloud_additional_components:
- cloud-build-local