From 06218fe7d231f2884f835b0e286d7f7032dfc214 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Fri, 3 Oct 2014 15:10:45 -0400 Subject: [PATCH] apt_key: add keyserver example to docs --- lib/ansible/modules/packaging/apt_key.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/ansible/modules/packaging/apt_key.py b/lib/ansible/modules/packaging/apt_key.py index 0a483a97bb..51901e76e6 100644 --- a/lib/ansible/modules/packaging/apt_key.py +++ b/lib/ansible/modules/packaging/apt_key.py @@ -81,6 +81,9 @@ options: ''' EXAMPLES = ''' +# Add an apt key by id from a keyserver +- apt_key: keyserver=keyserver.ubuntu.com id=36A1D7869245C8950F966E92D8576A8BA88D21E9 + # Add an Apt signing key, uses whichever key is at the URL - apt_key: url=https://ftp-master.debian.org/keys/archive-key-6.0.asc state=present