fix: no show log with luks password
This commit is contained in:
parent
e44c4c1f59
commit
3dbe3436d1
2 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
- fix: no show log with luks password
|
||||||
|
|
||||||
## [1.0.0] - 2019-03-16
|
## [1.0.0] - 2019-03-16
|
||||||
- first version
|
- first version
|
||||||
|
|
|
@ -36,6 +36,7 @@
|
||||||
fstype: '{{ item.fstype }}'
|
fstype: '{{ item.fstype }}'
|
||||||
dev: '/dev/mapper/{{ item.name }}'
|
dev: '/dev/mapper/{{ item.name }}'
|
||||||
loop: '{{ luks_devices }}'
|
loop: '{{ luks_devices }}'
|
||||||
|
no_log: true
|
||||||
tags: luks
|
tags: luks
|
||||||
|
|
||||||
- name: mount partition
|
- name: mount partition
|
||||||
|
@ -46,4 +47,5 @@
|
||||||
opts: noauto
|
opts: noauto
|
||||||
state: mounted
|
state: mounted
|
||||||
loop: '{{ luks_devices }}'
|
loop: '{{ luks_devices }}'
|
||||||
|
no_log: true
|
||||||
tags: luks
|
tags: luks
|
||||||
|
|
Loading…
Reference in a new issue