diff --git a/deployer/roles/host/tasks/encrypted_drive.yml b/deployer/roles/host/tasks/encrypted_drive.yml index e148dcd..1577447 100644 --- a/deployer/roles/host/tasks/encrypted_drive.yml +++ b/deployer/roles/host/tasks/encrypted_drive.yml @@ -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