mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
apt_key documentation: add a note explaining the benefit of including 'id'
This commit is contained in:
parent
fc1ad5e1f1
commit
535f0e9b11
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ options:
|
||||||
required: false
|
required: false
|
||||||
default: none
|
default: none
|
||||||
description:
|
description:
|
||||||
- identifier of key
|
- identifier of key. Including this allows check mode to correctly report the changed state.
|
||||||
data:
|
data:
|
||||||
required: false
|
required: false
|
||||||
default: none
|
default: none
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue