Browse Source

openshift_expand_partition: remove unused vars

Vadim Rutkovsky 6 years ago
parent
commit
132c96dae6
1 changed files with 0 additions and 4 deletions
  1. 0 4
      roles/openshift_expand_partition/defaults/main.yml

+ 0 - 4
roles/openshift_expand_partition/defaults/main.yml

@@ -7,10 +7,6 @@ oep_drive: "/dev/xvda"
 # Partition that we wish to expand.
 oep_partition: 3
 
-# oep_partition_mount_point
-# Where the partition is mounted
-oep_partition_mount_point: /var
-
 # oep_file_system
 # What file system is on the partition
 #   Currently only xfs, and ext(2,3,4) are supported