mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
apt_key: add keyserver example to docs
This commit is contained in:
committed by
Matt Clay
parent
f63ad7894e
commit
06218fe7d2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user