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

14 行
226B

  1. ---
  2. - setup:
  3. gather_timeout: 30
  4. - include: debian.yml
  5. when: ansible_os_family == "Debian"
  6. - include: gentoo.yml
  7. when: ansible_os_family == "Gentoo"
  8. - name: debootstrap
  9. command: debootstrap {{debootstrap_args}}