You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Puppet module parameter 'noop' is not working with community.general version 6.6.0.
- community.general.puppet:
noop: false
Fails with the following error:
ansible_collections.community.general.plugins.module_utils.cmd_runner.FormatError: Failed to format parameter noop with value False: call() takes exactly 3 arguments (2 given)
Other module parameters such as 'timeout' are working fine. Issue is specific to 'noop' parameter.
Ansible Automation Platform 2.3 running on RHEL8. Target is RHEL7 with Puppet installed.
Steps to Reproduce
tasks:
- community.general.puppet:
noop: false
Expected Results
Expect puppet module to accept 'noop' parameter values of true and false.
Actual Results
ansible_collections.community.general.plugins.module_utils.cmd_runner.FormatError: Failed to format parameter noop with value False: __call__() takes exactly 3 arguments (2 given)
Code of Conduct
I agree to follow the Ansible Code of Conduct
The text was updated successfully, but these errors were encountered:
Summary
Puppet module parameter 'noop' is not working with community.general version 6.6.0.
Fails with the following error:
ansible_collections.community.general.plugins.module_utils.cmd_runner.FormatError: Failed to format parameter noop with value False: call() takes exactly 3 arguments (2 given)
Other module parameters such as 'timeout' are working fine. Issue is specific to 'noop' parameter.
Issue Type
Bug Report
Component Name
community.general.puppet
Ansible Version
Community.general Version
Configuration
OS / Environment
Ansible Automation Platform 2.3 running on RHEL8. Target is RHEL7 with Puppet installed.
Steps to Reproduce
Expected Results
Expect puppet module to accept 'noop' parameter values of true and false.
Actual Results
ansible_collections.community.general.plugins.module_utils.cmd_runner.FormatError: Failed to format parameter noop with value False: __call__() takes exactly 3 arguments (2 given)
Code of Conduct
The text was updated successfully, but these errors were encountered: