Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More boilerplate fixes. (#70224) | Matt Clay | 2020-06-22 | 1 | -0/+3 |
| | | | | | | | * Fix boilerplate in hacking dir. * Fix boilerplate in docs dir. * Fix boilerplate in integration tests. * Fix boilerplate in examples. | ||||
* | Surround top-level function and class definitions with two blank lines. | Joren Vrancken | 2018-07-31 | 1 | -0/+1 |
| | |||||
* | hacking/: PEP8 compliancy (#24683) | Dag Wieers | 2017-05-16 | 1 | -0/+1 |
| | | | - Make PEP8 compliant | ||||
* | Change to python3 syntax | Kevin Houdebert | 2015-08-31 | 1 | -1/+1 |
| | |||||
* | Allow hacking/env-setup module path to use config file library path | willthames | 2014-02-12 | 1 | -0/+29 |
hacking/env-setup now adds the configured library path in ANSIBLE_CONFIG to the ANSIBLE_LIBRARY environment variable in addition to the previous default of ANSIBLE_HOME/library. This replaces #5950. |