blob: dfcd194969800afee8133c911f1f6e8027f8993d [file] [log] [blame]
---
- hosts: localhost
remote_user: root
roles:
- apigee-opdk-setup-bootstrap
- hosts: '{{ hosts }}'
vars:
dest_dir: '.'
version: '4.16.05'
tasks:
- name: Bootstrap test
bootstrap:
dest_dir: '{{ dest_dir }}'
version: '{{ version }}'
tags:
- test