mirror of
				https://github.com/kewlfft/ansible-aur.git
				synced 2025-11-04 10:02:30 +03:00 
			
		
		
		
	readme update
This commit is contained in:
		@@ -38,6 +38,7 @@ git clone https://github.com/kewlfft/ansible-aur.git ~/.ansible/plugins/modules/
 | 
				
			|||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Ansible Galaxy
 | 
					### Ansible Galaxy
 | 
				
			||||||
 | 
					*ansible-aur* is available in Galaxy which is a hub for sharing Ansible content. To download it, use:
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
ansible-galaxy install kewlfft.aur
 | 
					ansible-galaxy install kewlfft.aur
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
@@ -66,7 +67,7 @@ dependencies:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Usage
 | 
					## Usage
 | 
				
			||||||
### Notes
 | 
					### Notes
 | 
				
			||||||
* This module aims to cover the AUR; for package removal or system upgrade with the repositories, it is recommended to use the official *pacman* module.
 | 
					* The scope of this module is installation and update from the AUR; for package removal or system upgrade from the official repositories, it is recommended to use the official *pacman* module.
 | 
				
			||||||
* The *--needed* parameter of the helper is systematically used, it means if a package is up to date, it is not built and reinstalled.
 | 
					* The *--needed* parameter of the helper is systematically used, it means if a package is up to date, it is not built and reinstalled.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Examples
 | 
					### Examples
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user