Created attachment 193006 [details] Add sesu support The patch adapts an existing pull-request to Ansible-2.5.2, it adds support for sesu to Ansible's "become" functionality. sesu is software by Computer Associates, which some enterprises use instead of the regular su. The file can simply be dropped into the port's files/ subdirectory.
A commit references this bug: Author: lifanov Date: Thu May 3 17:02:07 UTC 2018 New revision: 468946 URL: https://svnweb.freebsd.org/changeset/ports/468946 Log: sysutils/ansible: add 'sesu' become method This adds CA sesu as a "become" method. Pull request: https://github.com/ansible/ansible/pull/27376 PR: 227934 Submitted by: mi Changes: head/sysutils/ansible/Makefile head/sysutils/ansible/files/extra-patch-sesu
Committed, thanks!