community.general/lib/ansible/modules/clustering
Adrian Likins 767cd82e42 Fix module failure with pacemaker_cluster: state=cleanup (#27846)
* Fix module failure with pacemaker_cluster: state=cleanup

If state=cleanup was used, set_cluster() was being called
with 'cleanup' state which it doesn't handle. Instead
use existing clean_cluster() method.

Fixes #27799

* get and return cluster_state on state=clean as well
2017-08-09 10:43:16 -04:00
..
__init__.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
consul.py Get rid of more wildcard imports and add boilerplate to more modules 2017-07-29 07:02:12 -07:00
consul_acl.py Get rid of more wildcard imports and add boilerplate to more modules 2017-07-29 07:02:12 -07:00
consul_kv.py Get rid of more wildcard imports and add boilerplate to more modules 2017-07-29 07:02:12 -07:00
consul_session.py Get rid of more wildcard imports and add boilerplate to more modules 2017-07-29 07:02:12 -07:00
kubernetes.py add kubernetes beta resources to clustering/kubernetes module (#18953) 2017-08-02 16:41:12 -04:00
pacemaker_cluster.py Fix module failure with pacemaker_cluster: state=cleanup (#27846) 2017-08-09 10:43:16 -04:00
znode.py Get rid of more wildcard imports and add boilerplate to more modules 2017-07-29 07:02:12 -07:00