community.general/lib/ansible/modules
Ganesh Nalawade 5a6b893240
Decouple config and state check in vlan and vrf network modules (#36386)
* Decouple config and state check in {network_os }_vlan and { network_os }_vrf modules

Fixes #35567
Fixes #34754

`interfaces` option is used for configuration as well as operational state
check. If interface is configured to given vlan or vrf but if
operational state of interface is disabled it results in module failure.

Fix is to decouple same option usage for config and state.
With this fix `interfaces` is used as config option and a new
option named `associated_interfaces` will be used for intent check
for assigned interfaces.

* Fix CI failures

* Fix review comment

* Fixed integration test failure
2018-02-26 09:23:54 +05:30
..
cloud ec2_group:documentation explicit a behaviour for sg rules (#36586) 2018-02-23 09:24:25 +10:00
clustering Bump OpenShift client req to 0.4.3. Fixes openshift_scale. (#36601) 2018-02-22 16:31:47 -05:00
commands Add note to use script module rather than inline here documents (#32863) 2018-02-21 09:12:09 -05:00
crypto Code style words in docs 2018-02-08 15:58:01 -05:00
database influxdb_user: implement user password change (#35471) 2018-02-06 11:01:51 +01:00
files Add missing copyright notice 2018-02-22 01:23:53 +01:00
identity keycloak_client: expand documentation, add some checking (#35545) 2018-02-08 08:07:54 -05:00
inventory
messaging Fix description for rabbitmq_policy (#36149) 2018-02-14 09:41:05 +01:00
monitoring Update zabbix_maintenance.py (#36123) 2018-02-22 10:46:04 -05:00
net_tools Fixup VMware module docs issues (#36409) 2018-02-21 15:20:42 +00:00
network Decouple config and state check in vlan and vrf network modules (#36386) 2018-02-26 09:23:54 +05:30
notification Module DOCUMENTATION should match argspec (#34895) 2018-01-16 12:18:51 +00:00
packaging yum: fix yum version comparison (#36573) 2018-02-23 08:55:11 +01:00
remote_management Add GCE provider for ManageIQ (#35705) 2018-02-05 04:43:19 -05:00
source_control [git] Fix switching branch of shallow clone (#18728) 2018-02-07 18:07:02 -05:00
storage Initial commit for Pure Storage FlashBlade module (#32467) 2018-02-22 15:33:48 -05:00
system filesystem: fix documentation (#36556) 2018-02-23 10:59:38 +00:00
utilities undeprecate include 2018-02-07 12:35:56 -05:00
web_infrastructure tower cred: update kind options in documentation 2018-02-23 10:49:07 -05:00
windows Windows: Clean up documentation (#36684) 2018-02-25 03:09:54 +01:00
__init__.py