Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Oct 11, 2023

Commits on Dec 5, 2022

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

    …y and from its returning as string.
    
    Actually the orignal behaviour of this function is to return string but in ansible 2.12 was a mistake i guess.
    Now in ansible 2.13 the original behaviour is back so we don't need to use to_json
    Refer Doc: ansible/ansible#76443 (comment)
    Bug:- gluster#135
    rchikatw committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    2c769ed View commit details
    Browse the repository at this point in the history