mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-29 01:11:50 -07:00
gcloud role w/tests
This commit is contained in:
parent
9bfffd56e8
commit
fa14b8c218
23 changed files with 643 additions and 0 deletions
5
roles/gcloud/tasks/package/main.yml
Normal file
5
roles/gcloud/tasks/package/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
# tasks file for gcloud
|
||||
|
||||
- name: gcloud | Start package installation for specific distro
|
||||
include_tasks: "{{ ansible_os_family|lower }}.yml"
|
Loading…
Add table
Add a link
Reference in a new issue