ansible/changelogs/fragments/56844-glusterfs_volume-fix_compare.yml
Michael Scherer e97ceafa82 [2.8] Fix traceback when using gluster_volume
Since bricks_in_volume is a list, it can't be compared to a int.

(cherry picked from commit 06651d1055)
2019-07-30 12:35:51 -07:00

2 lines
124 B
YAML

minor_changes:
- Fixes comparison of list to integer in gluster_volume (https://github.com/ansible/ansible/issues/56844).