diff playbook.yml @ 6:595bc378b63b

delete kmod-gfs2
author taiki
date Tue, 21 Oct 2014 08:34:04 +0900
parents c7244cc32aef
children dd31eeeaa4c2
line wrap: on
line diff
--- a/playbook.yml	Tue Oct 21 06:36:19 2014 +0900
+++ b/playbook.yml	Tue Oct 21 08:34:04 2014 +0900
@@ -19,10 +19,7 @@
     - name: "Make directory for mercurial"
       file: dest=/home/one/hg state=directory
 
-    - name: "Install kmod-gfs"
-      yum: name="kmod-gfs" state=latest
-
-    - name: "Install kmod-gfs"
+    - name: "Install gfs2-utils"
       yum: name="gfs2-utils" state=latest
 
     - name: "Install cman"