Browse Source

remove fstab entry after pv creation

Kenny Woodson 9 years ago
parent
commit
3c3669ccf9
1 changed files with 7 additions and 0 deletions
  1. 7 0
      playbooks/adhoc/create_pv/create_pv.yaml

+ 7 - 0
playbooks/adhoc/create_pv/create_pv.yaml

@@ -118,6 +118,13 @@
       state: unmounted
       fstype: ext4
 
+  - name: remove from fstab
+    mount:
+      name: "{{ pv_mntdir }}"
+      src: "{{ cli_device_name }}"
+      state: absent
+      fstype: ext4
+
   - name: detach drive
     delegate_to: localhost
     ec2_vol: