added comment
This commit is contained in:
parent
ac3e8cd4fa
commit
8acbc4f2b2
1 changed files with 3 additions and 1 deletions
|
@ -1,10 +1,12 @@
|
|||
|
||||
# Untested - not sure `stdin` works to give the password.
|
||||
# Not sure it's secure.
|
||||
- name: "Open encrypted drive"
|
||||
commane:
|
||||
cmd: "{{ encrypted_drive.command }}"
|
||||
stdin: "{{ encrypted_drive.password }}" # The drive's password
|
||||
stdin_add_newline: yes # Ensure the stdin hits "Return"
|
||||
creates: "{{ www_path }}" # Will not run if path already exists
|
||||
stdin_add_newline: yes
|
||||
become: true
|
||||
notify:
|
||||
- Restart MySQL
|
||||
|
|
Loading…
Reference in a new issue