summaryrefslogtreecommitdiffstats
path: root/setup-bwlp.yml
blob: 9d7b9e941b051ec73fd7b405e3325a2e19620b9b (plain) (blame)
1
2
3
4
5
6
7
---
- hosts: "all"
  gather_facts: yes
  pre_tasks:
    - setup:
  roles:
    - { role: "setup-bwlp", packer_version: "0.12.2" }