google.cloud/molecule/gcloud/package_playbook.yml
Yusuke Tsutsumi 4907356bba fixing ansible-lint errors, fix gcsfuse
Ansible-lint is required for Ansible collection
certification for Automation Hub.

gcsfuse had no metadata associated with it, failing
the Ansible Hub upload.
2022-12-10 10:49:01 -08:00

13 lines
312 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