Missing versionadded tag for "offline"

This commit is contained in:
James Howe 2023-11-16 11:58:15 +00:00 committed by Daniel Wozniak
parent a686ce00b2
commit 9b5f047f98

View file

@ -216,6 +216,8 @@ def present(name, **kwargs):
offline
Add the scheduled job to the Salt minion when the Salt minion is not running.
.. versionadded:: 3006.3
"""
ret = {"name": name, "result": True, "changes": {}, "comment": []}