Browse Source

remove duplicate filter name and oo_pdb

Jason DeTiberus 8 years ago
parent
commit
9b3852263c
1 changed files with 0 additions and 11 deletions
  1. 0 11
      playbooks/adhoc/grow_docker_vg/filter_plugins/oo_filters.py

+ 0 - 11
playbooks/adhoc/grow_docker_vg/filter_plugins/oo_filters.py

@@ -5,22 +5,11 @@
 Custom filters for use in openshift-ansible
 '''
 
-import pdb
-
 
 class FilterModule(object):
     ''' Custom ansible filters '''
 
     @staticmethod
-    def oo_pdb(arg):
-        ''' This pops you into a pdb instance where arg is the data passed in
-            from the filter.
-            Ex: "{{ hostvars | oo_pdb }}"
-        '''
-        pdb.set_trace()
-        return arg
-
-    @staticmethod
     def translate_volume_name(volumes, target_volume):
         '''
             This filter matches a device string /dev/sdX to /dev/xvdX