mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add versionadded
This commit is contained in:
parent
d68826c61e
commit
d0e9541034
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue