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/)
|
||||
|
||||
## [Unreleased]
|
||||
- fix: no show log with luks password
|
||||
|
||||
## [1.0.0] - 2019-03-16
|
||||
- first version
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
fstype: '{{ item.fstype }}'
|
||||
dev: '/dev/mapper/{{ item.name }}'
|
||||
loop: '{{ luks_devices }}'
|
||||
no_log: true
|
||||
tags: luks
|
||||
|
||||
- name: mount partition
|
||||
|
@ -46,4 +47,5 @@
|
|||
opts: noauto
|
||||
state: mounted
|
||||
loop: '{{ luks_devices }}'
|
||||
no_log: true
|
||||
tags: luks
|
||||
|
|
Loading…
Reference in a new issue