summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-02-21 17:46:30 +0200
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-02-21 17:47:20 +0200
commit30fc3b126c523c7bca2e2bc49e68f83032364f76 (patch)
tree50093bf6fd0df0c1a683fc1a534157474be78ac4
parent78135234c39c0544b25ea6f6e191c6c252357b55 (diff)
downloadv-i-30fc3b126c523c7bca2e2bc49e68f83032364f76.tar.gz
Fix: update v-i.vmdb for current vmdb2
-rw-r--r--v-i.vmdb18
-rw-r--r--v-i.yml2
2 files changed, 10 insertions, 10 deletions
diff --git a/v-i.vmdb b/v-i.vmdb
index 14742f1..aa33c44 100644
--- a/v-i.vmdb
+++ b/v-i.vmdb
@@ -19,7 +19,7 @@ steps:
device: "{{ output }}"
start: 1G
end: 100%
- tag: rootfs
+ tag: root
- kpartx: "{{ output }}"
@@ -27,15 +27,15 @@ steps:
partition: efi
- mkfs: ext4
- partition: rootfs
+ partition: root
- - mount: rootfs
+ - mount: root
- - unpack-rootfs: rootfs
+ - unpack-rootfs: root
- debootstrap: unstable
mirror: http://deb.debian.org/debian
- target: rootfs
+ target: root
unless: rootfs_unpacked
- apt: install
@@ -44,7 +44,7 @@ steps:
tag: root
unless: rootfs_unpacked
- - cache-rootfs: rootfs
+ - cache-rootfs: root
unless: rootfs_unpacked
- apt: install
@@ -65,11 +65,11 @@ steps:
- emacs
- gpg
- scdaemon
- tag: rootfs
+ tag: root
- - ansible: rootfs
+ - ansible: root
playbook: v-i.yml
- grub: uefi
- tag: rootfs
+ tag: root
efi: efi
diff --git a/v-i.yml b/v-i.yml
index 6eea07f..6fb969a 100644
--- a/v-i.yml
+++ b/v-i.yml
@@ -50,7 +50,7 @@
- name: "copy rootfs tarball"
copy:
- src: /home/liw/data/v-i/unstable.tar.gz
+ src: /home/liw/tmp/v-i.tar.gz
dest: /root/unstable.tar.gz
- name: "copy my ssh pub key"