mirror of
				https://github.com/kewlfft/ansible-aur.git
				synced 2025-11-04 18:12:30 +03:00 
			
		
		
		
	Merge branch 'master' of github.com:kewlfft/ansible-aur
This commit is contained in:
		@@ -1,5 +1,6 @@
 | 
				
			|||||||
# Ansible AUR helper
 | 
					# Ansible AUR helper
 | 
				
			||||||
Ansible module to use some Arch User Repository (AUR) helpers as well as a simple internal implementation as a fallback. The following helpers are supported and automatically selected in the order they are listed:
 | 
					Ansible module to use some Arch User Repository (AUR) helpers as well as a simple internal implementation as a fallback. The following helpers are supported and automatically selected in the order they are listed:
 | 
				
			||||||
 | 
					- [aurman](https://github.com/polygamma/aurman)
 | 
				
			||||||
- [pacaur](https://github.com/rmarquis/pacaur)
 | 
					- [pacaur](https://github.com/rmarquis/pacaur)
 | 
				
			||||||
- [trizen](https://github.com/trizen/trizen)
 | 
					- [trizen](https://github.com/trizen/trizen)
 | 
				
			||||||
- [pikaur](https://github.com/actionless/pikaur)
 | 
					- [pikaur](https://github.com/actionless/pikaur)
 | 
				
			||||||
@@ -12,7 +13,7 @@ Ansible module to use some Arch User Repository (AUR) helpers as well as a simpl
 | 
				
			|||||||
|---            |---      |---     |---                                                          |---|
 | 
					|---            |---      |---     |---                                                          |---|
 | 
				
			||||||
|name           |no       |        |                                                             |Name or list of names of the package(s) to install or upgrade.|
 | 
					|name           |no       |        |                                                             |Name or list of names of the package(s) to install or upgrade.|
 | 
				
			||||||
|upgrade        |no       |no      |yes, no                                                      |Whether or not to upgrade whole system.|
 | 
					|upgrade        |no       |no      |yes, no                                                      |Whether or not to upgrade whole system.|
 | 
				
			||||||
|use            |no       |auto    |auto, pacaur, trizen, pikaur, yaourt, yay, internal  |The helper to use, 'auto' uses the first known helper found, 'internal' uses the internal helper.|
 | 
					|use            |no       |auto    |auto, aurman, pacaur, trizen, pikaur, yaourt, yay, internal  |The helper to use, 'auto' uses the first known helper found, 'internal' uses the internal helper.|
 | 
				
			||||||
|skip_installed |no       |no      |yes, no                                                      |Skip operations if the package is present.|
 | 
					|skip_installed |no       |no      |yes, no                                                      |Skip operations if the package is present.|
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Note
 | 
					### Note
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user