diff options
author | Dag Wieers <dag@wieers.com> | 2018-02-21 19:35:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-21 19:35:59 +0100 |
commit | 7435e115e0bd50451724f90cbd7338ba74f205f2 (patch) | |
tree | 4d7486e3d35a7bfc78f1da706931385400d0acc2 /test/integration/targets/aci_epg | |
parent | 7ce1d49c5528b763c5f5915ea71c5cade07c47a7 (diff) | |
download | ansible-7435e115e0bd50451724f90cbd7338ba74f205f2.tar.gz |
ACI: Various changes to module documentation and guide (#36516)
* ACI: Various changes to module documentation and guide
This PR includes:
- We moved the object class information to the notes
- Add version information to guide chapters
- Add generic note to modules with reference to ACI guide
- Reference known issues in aci_rest documentation
- Remove module_utils function docs from modules
- Indicate which parameters are not required for querying all objects
- Added missing RETURN information
* Fix copyright strings
* Remove aci_domain_to_encap_pool.py for v2.5
* More updates
* PEP8 fix
* Improve listings of parameters/return values
Diffstat (limited to 'test/integration/targets/aci_epg')
-rw-r--r-- | test/integration/targets/aci_epg/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/aci_epg/tasks/main.yml b/test/integration/targets/aci_epg/tasks/main.yml index 62f35715bb..95ce31d848 100644 --- a/test/integration/targets/aci_epg/tasks/main.yml +++ b/test/integration/targets/aci_epg/tasks/main.yml @@ -1,5 +1,5 @@ # Test code for the ACI modules -# Copyright 2017, Jacob McGill <jmcgill298 +# Copyright: (c) 2017, Jacob McGill (@jmcgill298) # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) |