From d0e95410342d95e42057d90dbb8264cce3bf41cf Mon Sep 17 00:00:00 2001 From: Shane Lee Date: Wed, 21 Feb 2024 09:55:38 -0700 Subject: [PATCH] Add versionadded --- salt/states/win_task.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/salt/states/win_task.py b/salt/states/win_task.py index 6e99950280c..6a83392ebee 100644 --- a/salt/states/win_task.py +++ b/salt/states/win_task.py @@ -304,6 +304,8 @@ def present( Create a new task in the designated location. This function has many keyword arguments that are not listed here. For additional arguments see: + .. versionadded:: 3007.0 + - :py:func:`edit_task` - :py:func:`add_action` - :py:func:`add_trigger` @@ -459,6 +461,8 @@ def absent(name, location="\\"): r""" Delete a task from the task scheduler. + .. versionadded:: 3007.0 + Args: name (str): The name of the task to delete.