diff --git a/docs/docsite/keyword_desc.yml b/docs/docsite/keyword_desc.yml index 769be8ecc79..189ca389f3b 100644 --- a/docs/docsite/keyword_desc.yml +++ b/docs/docsite/keyword_desc.yml @@ -6,7 +6,7 @@ args: "*DEPRECATED*, A secondary way to add arguments into a task. Takes a dicti always: List of tasks, in a block, that execute no matter if there is an error in the block or not. always_run: "*DEPRECATED*, forces a task to run even in check mode. Use :term:`check_mode` directive instead." any_errors_fatal: Force any un-handled task errors on any host to propagate to all hosts and end the play. -async: Run a task asyncronouslly if the C(action) supports this. +async: Run a task asynchronously if the C(action) supports this; value is maximum runtime in seconds. become: Boolean that controls if privilege escalation is used or not on :term:`Task` execution. become_flags: A string of flag(s) to pass to the privilege escalation program when :term:`become` is True. become_method: Which method of privilege escalation to use (such as sudo or su).