summaryrefslogtreecommitdiffstats
path: root/collections-debian-merged/ansible_collections/google/cloud/molecule/gcloud/archive_playbook.yml
blob: 52ab0de44bb3aa0098319d9ac8d401611f9ac6e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
- 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_install_type: archive
      gcloud_command_completion: true
      gcloud_additional_components:
        - cloud-build-local