aboutsummaryrefslogtreecommitdiffstats
path: root/sky.yml
blob: 7e24bd380378487605142652e1066c68f361ab5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
---
- hosts: sky.labitat.dk
  pre_tasks:
  - name: Detect chroot
    set_fact:
      chroot: "{{ ansible_connection == 'chroot' or 'container' in ansible_env }}"
    tags: always
  roles:
  - sky

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