mirror of
				https://github.com/kewlfft/ansible-aur.git
				synced 2025-11-04 18:12:30 +03:00 
			
		
		
		
	Merge pull request #7 from panchoh/fix-missing-py-suffix
README.md: Add missing .py suffix in setup instructions and misc fixes
This commit is contained in:
		@@ -33,14 +33,14 @@ Note the module is installed in `/usr/share/ansible/plugins/modules` which is on
 | 
				
			|||||||
### Manual installation
 | 
					### Manual installation
 | 
				
			||||||
1. Clone the *ansible-aur* repository in your playbook custom-module directory:
 | 
					1. Clone the *ansible-aur* repository in your playbook custom-module directory:
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
mkdir --parents library
 | 
					mkdir library
 | 
				
			||||||
cd library
 | 
					cd library
 | 
				
			||||||
git clone git@github.com:kewlfft/ansible-aur.git
 | 
					git clone https://github.com/kewlfft/ansible-aur.git
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
2. Link the script `library/ansible-aur/aur.py` to `library/aur`:
 | 
					2. Link the script `library/ansible-aur/aur.py` to `library/aur.py`:
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
ln --symbolic ansible-aur/aur.py aur
 | 
					ln --symbolic ansible-aur/aur.py aur.py
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Usage
 | 
					## Usage
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user