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
pancho horrillo 2020-05-09 19:02:12 +02:00
parent de92aa87cb
commit 203f12a536
1 changed files with 6 additions and 0 deletions

View File

@ -31,6 +31,12 @@ The following helpers are supported and automatically selected, if present, in t
### AUR package
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.
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
Just clone the *ansible-aur* repository into your user custom-module directory: