mirror of https://github.com/ansible/ansible.git
setup module, retry facter to handle --puppet errors (#80645)
* setup module, retry facter to handle --puppet errors facter versions have changed how they deal with the --puppet flag when puppet is not present, most versions will just ignore it and not error, but initial versions of facter 4 changed the behaviour (later reverted). fixes #80496pull/80741/head
parent
790e0b0983
commit
4b0d014d58
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- setup module (fact gathering) will now try to be smarter about different versions of facter emitting error when --puppet flag is used w/o puppet.
|
Loading…
Reference in New Issue