summaryrefslogtreecommitdiff
path: root/test/integration/targets/aci_epg_to_domain
diff options
context:
space:
mode:
authorDag Wieers <dag@wieers.com>2018-02-21 19:35:59 +0100
committerGitHub <noreply@github.com>2018-02-21 19:35:59 +0100
commit7435e115e0bd50451724f90cbd7338ba74f205f2 (patch)
tree4d7486e3d35a7bfc78f1da706931385400d0acc2 /test/integration/targets/aci_epg_to_domain
parent7ce1d49c5528b763c5f5915ea71c5cade07c47a7 (diff)
downloadansible-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_to_domain')
-rw-r--r--test/integration/targets/aci_epg_to_domain/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/aci_epg_to_domain/tasks/main.yml b/test/integration/targets/aci_epg_to_domain/tasks/main.yml
index bc876b6cde..5e97c84613 100644
--- a/test/integration/targets/aci_epg_to_domain/tasks/main.yml
+++ b/test/integration/targets/aci_epg_to_domain/tasks/main.yml
@@ -1,5 +1,5 @@
# Test code for the ACI modules
-# Copyright 2017, Dag Wieers <dag@wieers.com>
+# Copyright: (c) 2017, Dag Wieers (@dagwieers) <dag@wieers.com>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)