mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Update main.yml
This commit is contained in:
parent
5f883fdcff
commit
6f688799df
1 changed files with 8 additions and 1 deletions
|
@ -1,7 +1,11 @@
|
|||
# Common OS-Level Additions & Mods (that only need to be performed once)
|
||||
|
||||
- name: ...IS BEGINNING ============================================]
|
||||
command: echo
|
||||
|
||||
#- include: iiab_ini.yml
|
||||
|
||||
# create the directory structure for XSCE
|
||||
# create the directory structure for IIAB
|
||||
- include: fl.yml
|
||||
|
||||
- include: xo.yml
|
||||
|
@ -43,3 +47,6 @@
|
|||
when: not is_debuntu and not is_F18
|
||||
|
||||
- include: udev.yml
|
||||
|
||||
- name: ...WAS COMPLETED ===========================================]
|
||||
command: echo
|
||||
|
|
Loading…
Reference in a new issue