correct indentation
This commit is contained in:
parent
ed8006835a
commit
d3d40e6695
1 changed files with 2 additions and 2 deletions
|
@ -17,5 +17,5 @@
|
||||||
(?i)password: "{{ password }}"
|
(?i)password: "{{ password }}"
|
||||||
register: output
|
register: output
|
||||||
- name: Print output
|
- name: Print output
|
||||||
debug:
|
debug:
|
||||||
msg: "{{ output }}"
|
var: output
|
||||||
|
|
Loading…
Reference in a new issue