mirror of
				https://github.com/ansible-collections/community.general.git
				synced 2024-09-14 20:13:21 +02:00 
			
		
		
		
	Document globbing support
This commit is contained in:
		
							parent
							
								
									f096359608
								
							
						
					
					
						commit
						b6258a1e4c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -48,12 +48,12 @@ options:
 | 
			
		|||
    aliases: []
 | 
			
		||||
  creates:
 | 
			
		||||
    description:
 | 
			
		||||
      - a filename, when it already exists, this step will B(not) be run.
 | 
			
		||||
      - a filename or glob pattern, when it already exists, this step will B(not) be run.
 | 
			
		||||
    required: no
 | 
			
		||||
    default: null
 | 
			
		||||
  removes:
 | 
			
		||||
    description:
 | 
			
		||||
      - a filename, when it does not exist, this step will B(not) be run.
 | 
			
		||||
      - a filename or glob pattern, when it does not exist, this step will B(not) be run.
 | 
			
		||||
    version_added: "0.8"
 | 
			
		||||
    required: no
 | 
			
		||||
    default: null
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue