diff options
Diffstat (limited to 'gerboweb/deploy/bootstrap_arch_container.yml')
-rw-r--r-- | gerboweb/deploy/bootstrap_arch_container.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gerboweb/deploy/bootstrap_arch_container.yml b/gerboweb/deploy/bootstrap_arch_container.yml index bd534e8..4126bbd 100644 --- a/gerboweb/deploy/bootstrap_arch_container.yml +++ b/gerboweb/deploy/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}}" |