Open stefanDeveloper opened 2 years ago
I have no clue what is going on there. It certainly looks like all the executables should be available.
Try running ansible -m setup
against the remote machine and check the ansible_env['PATH']
value?
Seems good to me:
ansible_env['PATH']
"ansible_env": {
"PATH": "/home/centos/.local/bin:/home/centos/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin"
}
I tested it again on a fresh system, resulting in the same exception. Can I investigate the issue and create merge request with a possible fix?
What happened:
Currently, I installed the role with an LDAP configuration. However, during the compiling in
compile_ldap_plugin.yml
it results in:Are there any ideas why I ran into that problem?
What you expected to happen:
Compilation should run through
Anything else we need to know?:
I checked the
$PATH
variable and I don't see any misconfiguration:/home/centos/.local/bin:/home/centos/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
/usr/bin/sed
(which sed
)/usr/bin/autoconf
/usr/bin/autoheader
/usr/bin/make
System
CentOS Linux release 8.3.2011