summaryrefslogtreecommitdiffstats
path: root/slx-builder/tasks/main.yml
blob: fa3dd6e4ee1f2da8c64820cee868f5f246c495f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
- import_tasks: tasks/kernel.yml
  tags:
    - install

- import_tasks: tasks/install.yml
  tags:
    - install

- import_tasks: tasks/build.yml
  tags:
    - build

- shell: |
    sleep 999999
    true