fix: no show log with luks password

This commit is contained in:
Adrien Waksberg 2019-03-17 09:52:13 +01:00
parent e44c4c1f59
commit 3dbe3436d1
2 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -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