Skip to content

Commit 2a6d21d

Browse files
committed
D324616: 'dict object' has no attribute 'stdout_lines'
Signed-off-by: Dherendra Singh [email protected]
1 parent 1285380 commit 2a6d21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/hdfs_prepare/tasks/java_home.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
ignore_errors: true
8282

8383
- debug:
84-
msg: "gpfs_hdfs_protocol_version: {{ gpfs_hdfs_protocol_version.stdout_lines[0] }}"
84+
msg: "gpfs_hdfs_protocol_version: {{ gpfs_hdfs_protocol_version}}"
8585

8686
- name: Check gpfs.hdfs-protocol version for standalone installation
8787
fail:

0 commit comments

Comments
 (0)