diff options
| author | Adam Williamson <awilliam@redhat.com> | 2016-03-23 17:13:36 -0700 |
|---|---|---|
| committer | Adam Williamson <awilliam@redhat.com> | 2016-03-23 17:13:36 -0700 |
| commit | e265e90c0d6ef3cc80a9144565d4c4406fd1e235 (patch) | |
| tree | 3fba79d5da1bd820c5ae564bb2ef7a795cfc6ae8 /roles/openqa/server/tasks | |
| parent | 6f81b912fbf8618b0986e4ba575cd82ba7ee9bbc (diff) | |
| download | ansible-e265e90c0d6ef3cc80a9144565d4c4406fd1e235.tar.gz ansible-e265e90c0d6ef3cc80a9144565d4c4406fd1e235.tar.xz ansible-e265e90c0d6ef3cc80a9144565d4c4406fd1e235.zip | |
openqa/server: disable hard disk image generation temporarily
https://bugzilla.redhat.com/show_bug.cgi?id=1320754 is messing
it up. Disable for now so I can get other changes through.
Diffstat (limited to 'roles/openqa/server/tasks')
| -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 f2865b03e..1d196b153 100644 --- a/roles/openqa/server/tasks/main.yml +++ b/roles/openqa/server/tasks/main.yml @@ -114,13 +114,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 |
