blob: 42040c4795178a5f733214d2cf011c20c8698209 (
plain) (
tree)
|
|
---
- 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:
|