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:
|
commands:
|
||||||
- echo Example output
|
- echo Example output
|
||||||
|
|
||||||
- name: package-modules
|
- name: example-modules
|
||||||
type: includes
|
type: includes
|
||||||
includes:
|
includes:
|
||||||
- modules/50-install-debs
|
- modules/50-install-debs
|
||||||
- modules/80-set-image-abroot-config
|
|
||||||
|
|
||||||
# Put your custom actions before this comment
|
# Put your custom actions before this comment
|
||||||
|
|
||||||
|
- name: set-image-name-abroot
|
||||||
|
type: includes
|
||||||
|
includes:
|
||||||
|
- modules/80-set-image-abroot-config
|
||||||
|
|
||||||
- name: cleanup
|
- name: cleanup
|
||||||
type: shell
|
type: shell
|
||||||
commands:
|
commands:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue