Fix security documentation to note it only works in conjunction with state=latest

This commit is contained in:
Toshio Kuratomi 2017-08-07 23:11:18 -07:00
parent d3fe598202
commit 43f6a97bdc

View file

@ -128,7 +128,7 @@ options:
security:
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"
choices: ["yes", "no"]
version_added: "2.4"