Stephane Barbarie | bcea2f4 | 2018-03-02 18:46:32 -0500 | [diff] [blame] | 1 | - import_tasks: config.yml |
2 | when: config_voltha is defined | ||||
3 | |||||
4 | - import_tasks: deploy.yml | ||||
5 | when: deploy_voltha is defined | ||||
6 | |||||
7 | - import_tasks: teardown.yml | ||||
8 | when: teardown_voltha is defined |