選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- ---
-
- - setup:
- gather_timeout: 30
-
- - include: debian.yml
- when: ansible_os_family == "Debian"
-
- - include: gentoo.yml
- when: ansible_os_family == "Gentoo"
-
- - name: debootstrap
- command: debootstrap {{debootstrap_args}}
|