mirror of https://github.com/ansible/ansible.git
Add module parameter to control Puppet agent noop switch (#43678)
* Puppet agent noop switch Add module parameter to control noop switch Current module overrides puppet.conf noop setting by forcing '--no-noop' switch which may not be expected or desired. Add parameter to allow user control. noop: Undefined - Use agent configuration noop: true - Add --noop switch to cmd noop: false - Add --no-noop switch to cmd Ansible check mode always runs with --noop switch * Update lib/ansible/modules/system/puppet.py Co-Authored-By: matonb <matonb@ltresources.co.uk> Co-Authored-By: matonb <matonb@ltresources.co.uk> Co-Authored-By: matonb <matonb@ltresources.co.uk>pull/49480/head
parent
bb6a82d2a9
commit
6291efd4ea
Loading…
Reference in New Issue