From 0b87c5148d6391ab11393129456fa11173b64dee Mon Sep 17 00:00:00 2001 From: jupiter <jupiter@ansible2.(none)> Date: Thu, 22 Jan 2015 22:42:22 +0000 Subject: [PATCH] update --- playbook/cvl2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbook/cvl2.yml b/playbook/cvl2.yml index 1a7fabfc..a7fa2843 100644 --- a/playbook/cvl2.yml +++ b/playbook/cvl2.yml @@ -28,7 +28,7 @@ - {fstype : 'ext4', dev: '/dev/vdc1', opts: '', name: '/scrach'} - {fstype : 'ext4', dev: '/dev/vdc2', opts: '', name: '/cvl_home'} - {fstype : 'ext4', dev: '/dev/vdc3', opts: '', name: '/usr/local'} - mntFileSystems: + mountFileSystems: - {fstype : 'ext4', dev: '/dev/vdc1', opts: 'defaults,nofail', name: '/scrach'} - {fstype : 'ext4', dev: '/dev/vdc2', opts: 'defaults,nofail', name: '/cvl_home'} - {fstype : 'ext4', dev: '/dev/vdc3', opts: 'defaults,nofail', name: '/usr/local'} -- GitLab