mirror of https://github.com/ansible/ansible.git
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.reviewable/pr18780/r1
parent
6a3cf63351
commit
ae7f7c2c64
Loading…
Reference in New Issue