diff options
| author | Adam Williamson <awilliam@redhat.com> | 2016-03-31 05:56:15 -0700 |
|---|---|---|
| committer | Adam Williamson <awilliam@redhat.com> | 2016-03-31 05:56:15 -0700 |
| commit | f01026497476eea115c70d45cc8820121225a365 (patch) | |
| tree | 4f245541991b8da0b82336903799710e83650738 /roles/openqa/server | |
| parent | 120623ed50d34f4f551b98bec4d114ba28bafed5 (diff) | |
| download | ansible-f01026497476eea115c70d45cc8820121225a365.tar.gz ansible-f01026497476eea115c70d45cc8820121225a365.tar.xz ansible-f01026497476eea115c70d45cc8820121225a365.zip | |
openqa/server: try enabling disk image generation, redux
rwmj has refreshed the i686 base image now, so let's try this
again.
Diffstat (limited to 'roles/openqa/server')
| -rw-r--r-- | roles/openqa/server/tasks/main.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/roles/openqa/server/tasks/main.yml b/roles/openqa/server/tasks/main.yml index fb6b4c83a..720473630 100644 --- a/roles/openqa/server/tasks/main.yml +++ b/roles/openqa/server/tasks/main.yml @@ -121,13 +121,13 @@ changed_when: "1 != 1" always_run: true -#- name: Create hard disk images (this may take a long time!) -# command: "/root/openqa_fedora_tools/tools/createhdds.py all --clean" -# args: -# chdir: /var/lib/openqa/share/factory/hdd/ -# environment: -# LIBGUESTFS_BACKEND: direct -# when: "diskcheck.rc > 0" +- name: Create hard disk images (this may take a long time!) + command: "/root/openqa_fedora_tools/tools/createhdds.py all --clean" + args: + chdir: /var/lib/openqa/share/factory/hdd/ + environment: + LIBGUESTFS_BACKEND: direct + when: "diskcheck.rc > 0" - name: Create exports file copy: src=exports dest=/etc/exports.d/openqa.exports owner=root group=root mode=0644 |
