always_run: removed deprecated always_run task option (#40470)

This commit is contained in:
Jordan Borean 2018-05-23 07:10:36 +10:00 committed by GitHub
parent 7145dd05b6
commit 070a5557d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 6 additions and 14 deletions

View file

@ -4,7 +4,6 @@ accelerate_port: "*DEPRECATED*, set to override default port use for accelerate
action: "The 'action' to execute for a task, it normally translates into a C(module) or action plugin."
args: "*DEPRECATED*, A secondary way to add arguments into a task. Takes a dictionary in which keys map to options and values."
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 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.

View file

@ -17,7 +17,7 @@ This document is part of a collection on porting. The complete list of porting g
Playbook
========
No notable changes.
* The deprecated task option ``always_run`` has been removed, please use ``check_mode: no`` instead.
Deprecated
==========