選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

main.yml 226B

12345678910111213
  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}}