mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	Ansible 2.14 disallows 'args:' 'warn: no'
This commit is contained in:
		
							parent
							
								
									719e81c660
								
							
						
					
					
						commit
						b952d65c46
					
				
					 1 changed files with 6 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -80,8 +80,12 @@
 | 
			
		|||
  - name: Add mongodb.org signing key (only 64-bit support available) for MongoDB version {{ mongodb_64bit_version }}
 | 
			
		||||
    shell: wget -qO - https://www.mongodb.org/static/pgp/server-{{ mongodb_64bit_version }}.asc | apt-key add -
 | 
			
		||||
    #shell: wget -qO - https://pgp.mongodb.com/server-{{ mongodb_64bit_version }}.asc | apt-key add -
 | 
			
		||||
    args:
 | 
			
		||||
      warn: false
 | 
			
		||||
    #args:
 | 
			
		||||
    #  warn: no
 | 
			
		||||
    # Ansible 2.14 ERROR:
 | 
			
		||||
    # "Unsupported parameters for (ansible.legacy.command) module: warn.
 | 
			
		||||
    # Supported parameters include: removes, strip_empty_ends, _raw_params,
 | 
			
		||||
    # _uses_shell, stdin_add_newline, creates, chdir, executable, argv, stdin."
 | 
			
		||||
 | 
			
		||||
  # 2022-10-23: MongoDB only allows auto-install of Debian's x86_64, AND IN ANY
 | 
			
		||||
  # CASE all their MongoDB 6.0's are ONLY COMPILED FOR ARM v8.2-A i.e. FAIL ON
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue