Signed-off-by: Alfredo Deza <adeza@redhat.com>
# NOTE: this is *very* specific to the deployment environment. If we were
# to switch providers this would probably not apply
- - name: format /dev/vdb to ext4
- filesystem: fstype=ext4 dev=/dev/vdb
+ - name: format /dev/vdb to ext3
+ filesystem: fstype=ext3 dev=/dev/vdb force=yes
- name: mount the ephemeral storage at the build dir
mount:
name: /home/jenkins-build/build
src: '/dev/vdb'
- fstype: ext4
+ fstype: ext3
opts: noatime
state: present