mirror of
				https://github.com/ansible-collections/community.general.git
				synced 2024-09-14 20:13:21 +02:00 
			
		
		
		
	win_environment: remove uneeded required_by entry in spec (#54369)
This commit is contained in:
		
							parent
							
								
									a775af919e
								
							
						
					
					
						commit
						c291d04bd5
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		|  | @ -12,9 +12,6 @@ $spec = @{ | |||
|         state = @{ type = "str"; choices = "absent", "present"; default = "present" } | ||||
|         value = @{ type = "str" } | ||||
|     } | ||||
|     required_by = @{ | ||||
|         present = @("value") | ||||
|     } | ||||
|     required_if = @(,@("state", "present", @("value"))) | ||||
|     supports_check_mode = $true | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue