add missing name

This commit is contained in:
Cedric Girard 2018-07-27 11:50:56 +02:00
parent 97b3917a22
commit ed8006835a
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@
(?i)user: "{{ user }}"
(?i)password: "{{ password }}"
register: output
- name:
- name: Print output
debug:
msg: "{{ output }}"