-
Notifications
You must be signed in to change notification settings - Fork 24.1k
include_role doesn't support notify #26537
Copy link
Copy link
Closed
Labels
affects_2.3This issue/PR affects Ansible v2.3This issue/PR affects Ansible v2.3bugThis issue/PR relates to a bug.This issue/PR relates to a bug.featureThis issue/PR relates to a feature request.This issue/PR relates to a feature request.include_rolesupport:coreThis issue/PR relates to code supported by the Ansible Engineering Team.This issue/PR relates to code supported by the Ansible Engineering Team.
Metadata
Metadata
Assignees
Labels
affects_2.3This issue/PR affects Ansible v2.3This issue/PR affects Ansible v2.3bugThis issue/PR relates to a bug.This issue/PR relates to a bug.featureThis issue/PR relates to a feature request.This issue/PR relates to a feature request.include_rolesupport:coreThis issue/PR relates to code supported by the Ansible Engineering Team.This issue/PR relates to code supported by the Ansible Engineering Team.
Type
Fields
Give feedbackNo fields configured for issues without a type.
ISSUE TYPE
COMPONENT NAME
include_role
ANSIBLE VERSION
OS / ENVIRONMENT
N/A
SUMMARY
include_roledoesn't support changed status, making it impossible to trigger handlers or further activities based oninclude_roleinvocation.STEPS TO REPRODUCE
EXPECTED RESULTS
role.changed would be
trueif any task within included role was changedACTUAL RESULTS
role is empty