Add debug statement
This commit is contained in:
parent
14418e5006
commit
278b44e2f5
1 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,10 @@
|
|||
group: '{{ app_user }}'
|
||||
mode: 0750
|
||||
|
||||
- name: Print current user
|
||||
debug:
|
||||
msg: 'Current user: {{ lookup("env", "USER") }}'
|
||||
|
||||
- name: generate an OpenSSL private key with the default values (4096 bits, RSA)
|
||||
become_user: '{{ app_user }}'
|
||||
openssl_privatekey:
|
||||
|
|
|
|||
Reference in a new issue