From 203f12a536096829c5efdbe0cb00cab36b79e3d7 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Sat, 9 May 2020 19:02:12 +0200 Subject: [PATCH] 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. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3500a2a..8418c6f 100644 --- a/README.md +++ b/README.md @@ -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) +``` ### Manual installation Just clone the *ansible-aur* repository into your user custom-module directory: