mirror of
				https://github.com/Rudd-O/ansible-qubes.git
				synced 2025-11-04 13:38:55 +01:00 
			
		
		
		
	Fix no symbols.
This commit is contained in:
		
							parent
							
								
									dda8d9e810
								
							
						
					
					
						commit
						46ab127940
					
				@ -12,7 +12,7 @@ except ImportError:
 | 
			
		||||
 | 
			
		||||
class LookupModule(LookupBase):
 | 
			
		||||
 | 
			
		||||
    def run(self, args, variables=None, vm=None, create=True, no_symbols=''):
 | 
			
		||||
    def run(self, args, variables=None, vm=None, create=True, no_symbols=False):
 | 
			
		||||
 | 
			
		||||
        ret = []
 | 
			
		||||
 | 
			
		||||
@ -22,7 +22,7 @@ class LookupModule(LookupBase):
 | 
			
		||||
        if create:
 | 
			
		||||
            cmd += ['get-or-generate']
 | 
			
		||||
            if no_symbols:
 | 
			
		||||
                cmd += ["-n", no_symbols]
 | 
			
		||||
                cmd += ["-n"]
 | 
			
		||||
        else:
 | 
			
		||||
            cmd += ['get']
 | 
			
		||||
        cmd += ['--', args[0]]
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user