1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible
Mike Liu fafb89cde5 Check that the current output from 'list_users' command contains a '\t'.
The `rabbitmqctl list_users` command will list the user's last login time
which does not include `\t` character. This is causing a ValueError exception
when attempting to split a user and its tags from the command output. This
fix will check for a `\t` in the current line of the output before splitting.
2016-12-08 11:33:45 -05:00
..
cli
compat
config
errors
executor
galaxy
inventory
module_utils
modules Check that the current output from 'list_users' command contains a '\t'. 2016-12-08 11:33:45 -05:00
parsing
playbook
plugins add back reverted change to network_cli (#18761) 2016-12-05 21:42:09 -05:00
template
utils
vars
__init__.py
constants.py
release.py
test-requirements.txt