mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Fix documentation
This commit is contained in:
parent
65b9e10ce3
commit
c5bc45218e
1 changed files with 2 additions and 2 deletions
|
@ -120,8 +120,8 @@ def run(manifest, debug=False, pause_on_error=False, dry_run=False):
|
|||
# Create a useful little function for the provider and plugins to use,
|
||||
# when figuring out what tasks should be added to the rollback list.
|
||||
def counter_task(taskset, task, counter):
|
||||
"""counter_task() adds the second argument to the rollback tasklist
|
||||
if the first argument is present in the list of completed tasks
|
||||
"""counter_task() adds the third argument to the rollback tasklist
|
||||
if the second argument is present in the list of completed tasks
|
||||
|
||||
:param set taskset: The taskset to add the rollback task to
|
||||
:param Task task: The task to look for in the completed tasks list
|
||||
|
|
Loading…
Add table
Reference in a new issue