Ansible 1.6.3 has been released

Ansible 1.6.3 has been released, which addresses a few bugs:

  • Corrects a regression where handlers were run across all hosts, not just those that triggered the handler.
  • Corrects a regression in the order of variable merging done by the internal runner code.
  • Fixed two bugs related to symlinks with directories when using the file module.
  • Fixed a bug in which modules did not support properly moving a file atomically when su was in use.
  • Various other minor bug fixes.

The new package is available via PyPi now, and will be available via the various distributions official channels as soon as possible.

Thanks!

– James