correct indentation

This commit is contained in:
Cedric Girard 2018-07-27 11:52:30 +02:00
parent ed8006835a
commit d3d40e6695
1 changed files with 2 additions and 2 deletions

View File

@ -17,5 +17,5 @@
(?i)password: "{{ password }}"
register: output
- name: Print output
debug:
msg: "{{ output }}"
debug:
var: output