From bd281ef2e8213c6e92d68aefff9bfd1a8d8351d6 Mon Sep 17 00:00:00 2001 From: jaseg Date: Wed, 3 Apr 2019 23:53:04 +0900 Subject: gerbolyze fixes, clippy experiments --- bootstrap_arch_container.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bootstrap_arch_container.yml') diff --git a/bootstrap_arch_container.yml b/bootstrap_arch_container.yml index bd534e8..4126bbd 100644 --- a/bootstrap_arch_container.yml +++ b/bootstrap_arch_container.yml @@ -1,9 +1,9 @@ --- - name: Set local path facts set_fact: - image: "/var/cache/containers/{{ container }}.img" - root: "/var/cache/containers/{{ container }}_root" - "{{container}}_root": "/var/cache/containers/{{ container }}_root" + image: "/var/lib/machines/{{ container }}.img" + root: "/var/lib/machines/{{ container }}" + "{{container}}_root": "/var/lib/machines/{{ container }}" - name: Create container image file command: truncate -s 4G "{{image}}" -- cgit