mirror of
https://github.com/kewlfft/ansible-aur.git
synced 2025-09-17 00:20:38 +03:00
readme
This commit is contained in:
@@ -19,12 +19,13 @@ Either *name* or *upgrade* is required, both can not be used together.
|
|||||||
1. Clone the *ansibe-aur* repository in your playbook custom-module directory:
|
1. Clone the *ansibe-aur* repository in your playbook custom-module directory:
|
||||||
```
|
```
|
||||||
mkdir --parents library
|
mkdir --parents library
|
||||||
git clone git@github.com:kewlfft/ansible-aur.git library/ansible-aur
|
cd library
|
||||||
|
git clone git@github.com:kewlfft/ansible-aur.git
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Link the script to `library/aur`:
|
2. Link the script to `library/aur`:
|
||||||
```
|
```
|
||||||
ln --symbolic library/ansible-aur/aur.py library/aur
|
ln --symbolic ansible-aur/aur.py aur
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
Reference in New Issue
Block a user