You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

main.yaml 193B

1234567891011
  1. ---
  2. - import_tasks: setup.yaml
  3. - name: debian live-build directory
  4. file:
  5. path: "{{ live_build_directory }}"
  6. state: directory
  7. - import_tasks: config.yaml
  8. - import_tasks: build.yaml