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

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