mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 02:40:29 -07:00
13 lines
294 B
YAML
13 lines
294 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
pre_tasks:
|
|
- name: Install gpg for apt_key
|
|
apt:
|
|
name: gnupg
|
|
update_cache: true
|
|
when: ansible_os_family|lower == "debian"
|
|
roles:
|
|
- role: google.cloud.gcloud
|
|
gcloud_additional_components:
|
|
- cloud-build-local
|