aboutsummaryrefslogtreecommitdiffstats
path: root/raspbian-template.yml
diff options
context:
space:
mode:
Diffstat (limited to 'raspbian-template.yml')
-rw-r--r--raspbian-template.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/raspbian-template.yml b/raspbian-template.yml
new file mode 100644
index 0000000..42040c4
--- /dev/null
+++ b/raspbian-template.yml
@@ -0,0 +1,11 @@
+---
+- hosts: raspbian-template
+ pre_tasks:
+ - name: Detect chroot
+ set_fact:
+ chroot: "{{ ansible_connection == 'chroot' or 'container' in ansible_env }}"
+ tags: always
+ roles:
+ - raspbian-template
+
+# vim: set ts=2 sw=2 et: