mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 16:53:11 +00:00
On RHEL5 and RHEL6 there is not argparse, and 'make rpm' fails because of this. With this change it works, and I can test and fix my own documentation...
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 './'