added comment

This commit is contained in:
LUXEY Adrien 2020-07-27 15:11:34 +02:00
parent ac3e8cd4fa
commit 8acbc4f2b2
1 changed files with 3 additions and 1 deletions

View File

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