You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/roles/roles
Sloane Hertel 8034651cd2
Only mark a role as complete once a task in it executes for the target host (#81565)
* If all tasks in the role are skipped or unreachable, the role is not marked as complete for the host.

* Only mark the role as complete if a task in the role succeeds or fails for the host.
1 year ago
..
47023_role1
47023_role2/tasks
47023_role3/tasks
47023_role4/tasks
a/tasks
b
bottom/tasks
c
data
failed_when/tasks Only mark a role as complete once a task in it executes for the target host (#81565) 1 year ago
imported_from_include/tasks
include_import_dep_chain
middle/tasks
recover/tasks Only mark a role as complete once a task in it executes for the target host (#81565) 1 year ago
set_var/tasks Only mark a role as complete once a task in it executes for the target host (#81565) 1 year ago
test_connectivity/tasks Only mark a role as complete once a task in it executes for the target host (#81565) 1 year ago
top/tasks
vars_scope