moves module include
This commit is contained in:
parent
d9b5a4c9ad
commit
61b2aefd5c
1 changed files with 6 additions and 2 deletions
|
|
@ -26,14 +26,18 @@ modules:
|
|||
commands:
|
||||
- echo Example output
|
||||
|
||||
- name: package-modules
|
||||
- name: example-modules
|
||||
type: includes
|
||||
includes:
|
||||
- modules/50-install-debs
|
||||
- modules/80-set-image-abroot-config
|
||||
|
||||
# Put your custom actions before this comment
|
||||
|
||||
- name: set-image-name-abroot
|
||||
type: includes
|
||||
includes:
|
||||
- modules/80-set-image-abroot-config
|
||||
|
||||
- name: cleanup
|
||||
type: shell
|
||||
commands:
|
||||
|
|
|
|||
Loading…
Reference in a new issue