mirror of
				https://github.com/kewlfft/ansible-aur.git
				synced 2025-11-04 10:02:30 +03:00 
			
		
		
		
	README.md
This commit is contained in:
		
							
								
								
									
										12
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								README.md
									
									
									
									
									
								
							@@ -30,19 +30,19 @@ ln --symbolic ansible-aur/aur.py aur
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Usage
 | 
					## Usage
 | 
				
			||||||
### Warning
 | 
					### Warning
 | 
				
			||||||
* It is recommended to use the official *pacman* module for removal or for system upgrade with the repositories, this module aims to cover the AUR,
 | 
					* It is recommended to use the official *pacman* module for removal or for system upgrade with the repositories, this module aims to cover the AUR.
 | 
				
			||||||
* Searches are limited to the AUR using the *--aur* parameter, except for *yay* and *yaourt* which do not support it and systematically search the repositories,
 | 
					* Searches are limited to the AUR, using the *--aur* parameter, except for *yay* and *yaourt* which do not support it and systematically search the repositories.
 | 
				
			||||||
* A package is reinstalled only if an update is available using the *--needed* parameter, except for *yay* which do not support it and systematically reinstalls,
 | 
					* A package is reinstalled only if an update is available, using the *--needed* parameter, except for *yay* which does not support it and systematically reinstalls.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Examples
 | 
					### Examples
 | 
				
			||||||
Use it in a task, as in the following examples:
 | 
					Use it in a task, as in the following examples:
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
# Install (using the first known helper found)
 | 
					# Install - using the first known helper found
 | 
				
			||||||
- aur: name=package_name
 | 
					- aur: name=package_name
 | 
				
			||||||
  become: yes
 | 
					  become: yes
 | 
				
			||||||
  become_user: user_that_has_nopasswd_in_sudoers_for_pacman_use
 | 
					  become_user: user_that_has_nopasswd_in_sudoers_for_pacman_use
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Install (using trizen)
 | 
					# Install - using trizen
 | 
				
			||||||
- aur:
 | 
					- aur:
 | 
				
			||||||
    use: trizen
 | 
					    use: trizen
 | 
				
			||||||
    name:
 | 
					    name:
 | 
				
			||||||
@@ -50,7 +50,7 @@ Use it in a task, as in the following examples:
 | 
				
			|||||||
      - package_name_2 
 | 
					      - package_name_2 
 | 
				
			||||||
  [...]
 | 
					  [...]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Upgrade (using pacaur)
 | 
					# Upgrade - using pacaur
 | 
				
			||||||
- aur: upgrade=yes use=pacaur
 | 
					- aur: upgrade=yes use=pacaur
 | 
				
			||||||
  [...]
 | 
					  [...]
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user