您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12 行
193B

  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