mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-15 14:05:13 +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... |
||
|---|---|---|
| .. | ||
| templates | ||
| env-setup | ||
| module_formatter.py | ||
| README | ||
| test-module | ||
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 './'