mirror of
				https://github.com/kewlfft/ansible-aur.git
				synced 2025-11-04 10:02:30 +03:00 
			
		
		
		
	minor punctuation changes
This commit is contained in:
		@@ -8,13 +8,13 @@ This collection includes an Ansible module to manage packages from the AUR.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
### Install the `kewlfft.aur` collection from Ansible Galaxy
 | 
					### Install the `kewlfft.aur` collection from Ansible Galaxy
 | 
				
			||||||
 | 
					
 | 
				
			||||||
To install this collection from Ansible Galaxy run the following command:
 | 
					To install this collection from Ansible Galaxy, run the following command:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```shell
 | 
					```shell
 | 
				
			||||||
ansible-galaxy collection install kewlfft.aur
 | 
					ansible-galaxy collection install kewlfft.aur
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Alternatively, you can include the collection in a `requirements.yml` file and then run `ansible-galaxy collection install -r requirements.yml`. Here is an example `requirements.yml` file:
 | 
					Alternatively, you can include the collection in a `requirements.yml` file and then run `ansible-galaxy collection install -r requirements.yml`. Here is an example of `requirements.yml` file:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```yaml
 | 
					```yaml
 | 
				
			||||||
collections:
 | 
					collections:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user