summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/class/oc_group.py
Commit message (Collapse)AuthorAgeFilesLines
* ignore 'users' field in oc_group moduleJoel Diaz2018-01-251-1/+1
| | | | | | | | | | | | | oc_group doesn't manage the list of users assigned to a group (oc_user does). so when doing an oc_group: state: present name: groupA on a pre-existing group 'groupA' with already defined users, oc_group would detect a difference an blow away the existing users fix this by adding 'users' to the list of fields to ignore when determining whether there are object differences
* Adding oc_group to lib_openshiftKenny Woodson2017-03-201-0/+148