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

123456789101112
  1. ---
  2. - name: template run.sh
  3. template: src=run.sh.j2 dest={{installer_directory}}/run.sh
  4. - name: stat run.sh
  5. stat: path={{installer_directory}}/run.sh
  6. register: run_sh
  7. - name: template preseed.cfg
  8. template: src=preseed.cfg.j2 dest={{installer_directory}}/preseed.cfg