aboutsummaryrefslogblamecommitdiffstats
path: root/jumbotron.yml
blob: 666465c47018ff14b81d3b2fda68cdaa69961274 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                  
---
- hosts: jumbotron.s
  pre_tasks:
  - name: Detect chroot
    set_fact:
      chroot: "{{ ansible_connection == 'chroot' or 'container' in ansible_env }}"
    tags: always
  roles:
  - jumbotron

# vim: set ts=2 sw=2 et: