fix: Incorrect module parameter name
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		| @@ -121,9 +121,9 @@ | ||||
| - name: Trim image hash from manifest | ||||
|   ansible.builtin.replace: | ||||
|     path: /opt/metacluster/pinniped/local-user-authenticator.yaml | ||||
|     regex: '([ ]*image: .*)@.*' | ||||
|     regexp: '([ ]*image: .*)@.*' | ||||
|     replace: '\\1' | ||||
|   # no_log: true | ||||
|   no_log: true | ||||
|  | ||||
| # - name: Inject manifests | ||||
| #   ansible.builtin.template: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user