mirror of https://github.com/kewlfft/ansible-aur
Update README.md notes on ansible-aur-git AUR package
I've added signature verification to the `ansible-aur-git` package, so the signing key must be available to the user keyring, or pacman won't build the package.pull/35/head
parent
de92aa87cb
commit
203f12a536
|
@ -31,6 +31,12 @@ The following helpers are supported and automatically selected, if present, in t
|
||||||
### AUR package
|
### AUR package
|
||||||
The [ansible-aur-git](https://aur.archlinux.org/packages/ansible-aur-git) package is available in the AUR.
|
The [ansible-aur-git](https://aur.archlinux.org/packages/ansible-aur-git) package is available in the AUR.
|
||||||
Note the module is installed in `/usr/share/ansible/plugins/modules` which is one of the default module library paths.
|
Note the module is installed in `/usr/share/ansible/plugins/modules` which is one of the default module library paths.
|
||||||
|
Also note that the module will try to verify the GPG signature of the commit, so
|
||||||
|
the signing key must be available in the user's keyring:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
gpg --recv-keys 4AEE18F83AFDEB23 # GitHub (web-flow commit signing) <noreply@github.com>
|
||||||
|
```
|
||||||
|
|
||||||
### Manual installation
|
### Manual installation
|
||||||
Just clone the *ansible-aur* repository into your user custom-module directory:
|
Just clone the *ansible-aur* repository into your user custom-module directory:
|
||||||
|
|
Loading…
Reference in New Issue