Merge pull request #128 from lorin/apt-key-doc

apt_key: add keyserver example to docs
reviewable/pr18780/r1
James Cammarata 10 years ago
commit e94175d7d0

@ -81,6 +81,9 @@ options:
''' '''
EXAMPLES = ''' 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 # 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 - apt_key: url=https://ftp-master.debian.org/keys/archive-key-6.0.asc state=present

Loading…
Cancel
Save