Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.21 KB

CHANGES.rst

File metadata and controls

49 lines (30 loc) · 1.21 KB

Changelog

debops.samba

This project adheres to Semantic Versioning and human-readable changelog.

The current role maintainer_ is drybjed_.

debops.samba v0.1.0 - unreleased

Added

Changed

  • Converted :file:`defaults/main.yml` to new documentation format and improved documentation. [ypid_]

  • Changed variable namespace from samba_ to samba__. samba_[^_] variables are hereby deprecated.

    You might need to update your inventory. This oneliner might come in handy to do this:

    git ls-files -z | xargs --null -I '{}' find '{}' -type f -print0 | xargs --null sed --in-place --regexp-extended 's/\<(samba)_([^_])/\1__\2/g;'

    [ypid_]