summaryrefslogtreecommitdiffstats
path: root/setup-bwlp.yml
diff options
context:
space:
mode:
Diffstat (limited to 'setup-bwlp.yml')
-rw-r--r--setup-bwlp.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/setup-bwlp.yml b/setup-bwlp.yml
new file mode 100644
index 0000000..9d7b9e9
--- /dev/null
+++ b/setup-bwlp.yml
@@ -0,0 +1,7 @@
+---
+- hosts: "all"
+ gather_facts: yes
+ pre_tasks:
+ - setup:
+ roles:
+ - { role: "setup-bwlp", packer_version: "0.12.2" }