From: Alfredo Deza Date: Tue, 21 Jul 2015 19:10:23 +0000 (-0400) Subject: note the formatting is very environment specific X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d8b29f8f6833db346a4f8155af61ffd794e65372;p=ceph-build.git note the formatting is very environment specific Signed-off-by: Alfredo Deza --- diff --git a/ansible/slave.yml.j2 b/ansible/slave.yml.j2 index 30483081..ba494730 100644 --- a/ansible/slave.yml.j2 +++ b/ansible/slave.yml.j2 @@ -50,6 +50,8 @@ - name: ensure the build dir exists file: path=/home/{{ jenkins_user }}/build state=directory owner={{ jenkins_user }} + # 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