Skip to content

0.2.2

Compare
Choose a tag to compare
@hirokuni-kitahara hirokuni-kitahara released this 10 Oct 08:31
· 45 commits to main since this release
9e5ef3d

What's changed

  • Enable to load handlers in a play as tasks (#196)
    • handlers is newly added to Play model (Other task-related fields like pre_tasks, tasks, post_tasks and roles are already supported)
    • rules are applied to handlers in playbooks while rule evaluation
    • handler tasks can be found by ARIResult.task(name=xxxx)
  • YAML files for GitHub actions (.github/workflows) are excluded while Ansible YAML file search (#195)
  • Enable to mutate task name by rules (#194)

Contributors

@yuji-watanabe-jp
@hirokuni-kitahara