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

ipaconfig: Fix fail_json calls. #920

Merged
merged 1 commit into from
Oct 13, 2022

Commits on Sep 30, 2022

  1. ipaconfig: Fix fail_json calls.

    Ansible's fail_json() method required that the message paramater was
    passed with a keyword parameter, rather than a positional one. Although
    this seems to work with ansible-core 2.13+, it might not work with
    previous versions of Ansible.
    
    This patch fixes the behaviour for all supported Ansible versions.
    rjeffman committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    4da89de View commit details
    Browse the repository at this point in the history