1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Tests are required for Network modules (#18618)

* Tests are required for Network modules

Also detail how to get help

* Update README.md

* Update README.md
This commit is contained in:
John R Barker 2016-11-24 18:52:46 +00:00 committed by GitHub
parent b606078d69
commit a51d79c7a9

View file

@ -156,6 +156,10 @@ There are additional environment variables that can be used. A few of the more u
Network Tests Network Tests
============= =============
**Note:** From Ansible 2.3, for any new Network Module to be accepted it must be accompanied by a corresponding test.
For further help with this please contact `gundalow` in `#ansible-devel` on FreeNode IRC.
``` ```
$ ANSIBLE_ROLES_PATH=targets ansible-playbook network-all.yaml $ ANSIBLE_ROLES_PATH=targets ansible-playbook network-all.yaml
``` ```