The expect ansible module https://docs.ansible.com/ansible/latest/modules/expect_module.html fails to work if dev-python/pexpect is not installed.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85544b5dcfc5a4b97b8a8b595d34abeca820305b commit 85544b5dcfc5a4b97b8a8b595d34abeca820305b Author: Matthew Thode <prometheanfire@gentoo.org> AuthorDate: 2019-09-10 14:47:55 +0000 Commit: Matthew Thode <prometheanfire@gentoo.org> CommitDate: 2019-09-10 14:55:38 +0000 app-admin/ansible: fix missing dep on pexpect Fixes: https://bugs.gentoo.org/693972 Package-Manager: Portage-2.3.69, Repoman-2.3.17 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> app-admin/ansible/ansible-2.7.13-r1.ebuild | 67 +++++++++++++++++++++++++++ app-admin/ansible/ansible-2.8.4-r1.ebuild | 72 ++++++++++++++++++++++++++++++ app-admin/ansible/ansible-9999.ebuild | 1 + 3 files changed, 140 insertions(+)
Thanks