mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Fix security documentation to note it only works in conjunction with state=latest
This commit is contained in:
@@ -128,7 +128,7 @@ options:
|
|||||||
|
|
||||||
security:
|
security:
|
||||||
description:
|
description:
|
||||||
- If set to C(yes), then installs all security updates.
|
- If set to C(yes), and C(state=latest) then only installs updates that have been marked security related.
|
||||||
default: "no"
|
default: "no"
|
||||||
choices: ["yes", "no"]
|
choices: ["yes", "no"]
|
||||||
version_added: "2.4"
|
version_added: "2.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user