Skip to content
Snippets Groups Projects
Select Git revision
2 results Searching

modules

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Rafael Guterres Jeffman authored
    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.
    4da89de1
    History
    Name Last commit Last update
    ..