mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-11 21:30:28 -07:00
5 lines
146 B
YAML
5 lines
146 B
YAML
---
|
|
# tasks file for gcloud
|
|
|
|
- name: gcloud | Start package installation for specific distro
|
|
include_tasks: "{{ ansible_os_family|lower }}.yml"
|