tower_user: Fix to create a system auditor properly (#54585)

- Fixed issue #54446: tower_user cannot create an auditor user

Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
Hideki Saito
2019-06-10 16:48:02 +09:00
committed by René Moser
parent 7eae4761b8
commit d86183f595
2 changed files with 32 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- tower_user - Fix to create user as a system auditor when specifying the `auditor` option (https://github.com/ansible/ansible/issues/54446)