gluster / gluster-ansible-infra

Ansible role to enable and deploy the backend of a Gluster cluster.
GNU General Public License v3.0
28 stars 36 forks source link

Removing to_json because before ansible v2.13 its returning dictionar… #136

Closed rchikatw closed 9 months ago

rchikatw commented 1 year ago

Actually, the original behavior of this function is to return a string but in ansible 2.12 was a mistake I guess. Now in ansible 2.13, the original behavior is back so we don't need to use to_json

Refer Doc: https://github.com/ansible/ansible/issues/76443#issuecomment-984879201 Bug:- https://github.com/gluster/gluster-ansible-infra/issues/135

itg-dave commented 1 year ago

Tested successfully with ansible 2.14.1 and python 3.9.16 on CentOS Stream 8! Thx!

xhernandez commented 1 year ago

@gobindadas do you know if there's anyone looking at the PRs of this repo from time to time ?

Is it ok if I take a look and merge some patches myself ?