Browse Source

use eatmydata to increase speed

master
parent
commit
3d95b81358
2 changed files with 7 additions and 3 deletions
  1. +6
    -2
      tasks/debian.yml
  2. +1
    -1
      tasks/main.yml

+ 6
- 2
tasks/debian.yml View File

@@ -1,4 +1,8 @@
---

- name: debian apt install debootstrap
apt: pkg=debootstrap state=installed
- name: debian packages installed
apt:
pkg: "{{item}}"
with_items:
- debootstrap
- eatmydata

+ 1
- 1
tasks/main.yml View File

@@ -20,7 +20,7 @@

- name: debootstrap
command:
debootstrap
eatmydata debootstrap
{{debootstrap_args}}
{{debootstrap_suite}}
{{root_target_directory}}


Loading…
Cancel
Save