You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
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}}