even better -- untested
This commit is contained in:
parent
ae715c20dc
commit
aed3be7faf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue