even better -- untested

This commit is contained in:
LUXEY Adrien 2020-07-27 14:39:59 +02:00
parent ae715c20dc
commit aed3be7faf
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
- name: "Open encrypted drive"
commane:
cmd: "/sbin/mount_vault"
cmd: "{{ encrypted_drive.command }}"
stdin: "{{ encrypted_drive.password }}" # The drive's password
creates: "{{ www_path }}" # Will not run if path already exists
stdin_add_newline: yes