From b478f515c9f893c6e7b70ac142ab91d7d3837e33 Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Wed, 3 Oct 2018 15:34:01 +0200 Subject: raspbian-template: add rpi example role --- raspbian-template.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 raspbian-template.yml (limited to 'raspbian-template.yml') 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: -- cgit v1.2.1