add missing name
This commit is contained in:
parent
97b3917a22
commit
ed8006835a
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@
|
|||
(?i)user: "{{ user }}"
|
||||
(?i)password: "{{ password }}"
|
||||
register: output
|
||||
- name:
|
||||
- name: Print output
|
||||
debug:
|
||||
msg: "{{ output }}"
|
||||
|
|
Loading…
Reference in a new issue