release: version 2.0.0
This commit is contained in:
parent
bd8ee1ae8b
commit
4d74c3060b
2 changed files with 4 additions and 2 deletions
|
@ -5,6 +5,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## v2.0.0 - 2024-07-05
|
||||
|
||||
### Breaking
|
||||
|
||||
- feat: use community.crypto.luks_device lib
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Ansible role: Luks
|
||||
|
||||
[![Version](https://img.shields.io/badge/latest_version-1.0.0-green.svg)](https://git.yaegashi.fr/nishiki/ansible-role-luks/releases)
|
||||
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://git.yaegashi.fr/nishiki/ansible-role-luks/src/branch/master/LICENSE)
|
||||
[![Version](https://img.shields.io/badge/latest_version-2.0.0-green.svg)](https://code.waks.be/nishiki/ansible-role-luks/releases)
|
||||
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://code.waks.be/nishiki/ansible-role-luks/src/branch/main/LICENSE)
|
||||
|
||||
Encrypt device with luks and mount this encrypted device
|
||||
|
||||
|
|
Loading…
Reference in a new issue