mirror of
				https://github.com/kewlfft/ansible-aur.git
				synced 2025-11-04 01:52:31 +03:00 
			
		
		
		
	correct extra_args option in readme
This commit is contained in:
		@@ -18,7 +18,7 @@ The following helpers are supported and automatically selected, if present, in t
 | 
			
		||||
|state          |**present**, latest                                    |Desired state of the package, 'present' skips operations if the package is already installed.|
 | 
			
		||||
|upgrade        |yes, **no**                                            |Whether or not to upgrade whole system.|
 | 
			
		||||
|use            |**auto**, yay, pacaur, trizen, pikaur, aurman, makepkg |The tool to use, 'auto' uses the first known helper found and makepkg as a fallback.|
 | 
			
		||||
|use_args       |[]                                                     |A list of arguments to pass directly to the used tool. Cannot be used unless use is set to something other than 'auto'.|
 | 
			
		||||
|extra_args     |**null**                                               |A list of arguments to pass directly to the used tool. Cannot be used in 'auto' mode.|
 | 
			
		||||
|aur_only       |yes, **no**                                            |Limit helper operation to the AUR.|
 | 
			
		||||
|skip_pgp_check |yes, **no**                                            |Only valid with makepkg. Skip PGP signatures verification of source file, useful when installing packages without GnuPG properly configured. Cannot be used unless use is set to 'makepkg'.|
 | 
			
		||||
|ignore_arch    |yes, **no**                                            |Only valid with makepkg. Ignore a missing or incomplete arch field, useful when the PKGBUILD does not have the arch=('yourarch') field. Cannot be used unless use is set to 'makepkg'.|
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user