mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
treated -D as a way to show stderr, and make sure modules don't include things on stderr. Update docs and test module script to come into line.
The 'env-setup' script modifies your environment to allow you to run
ansible from a git checkout.
To use it from the root of a checkout:
$ . ./hacking/env-setup
Note the space between the '.' and the './'