Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AIX: /bin/ksh: mktemp: not found #436

Closed
dagwieers opened this issue May 31, 2012 · 1 comment · Fixed by #437 or #443
Closed

AIX: /bin/ksh: mktemp: not found #436

dagwieers opened this issue May 31, 2012 · 1 comment · Fixed by #437 or #443
Labels
aix AIX community

Comments

@dagwieers
Copy link
Contributor

AIX does not come with mktemp, which is a (hidden) requirement of Ansible at this point.

@dagwieers
Copy link
Contributor Author

So the consensus is to have the server generate a string and then execute mkdir -p ansible-<epoch>-<random> on the remote end so that we do not rely on the availability of mktemp.

mpdehaan pushed a commit that referenced this issue Jul 17, 2012
The function call has been renamed to better reflect what it does, and we
reduced the number of calls from two to one in case the remote user is not
root.

This patch also fixes a string concatenation in _copy_module() that
should use os.path.join()

This closes #436
mpdehaan pushed a commit that referenced this issue Jul 17, 2012
The function call has been renamed to better reflect what it does, and we
reduced the number of calls from two to one in case the remote user is not
root.

This patch also fixes a string concatenation in _copy_module() that
should use os.path.join() instead.

This closes #436
@dagwieers dagwieers added the aix AIX community label Jan 8, 2019
@ansible ansible locked and limited conversation to collaborators Apr 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
aix AIX community
Projects
None yet
2 participants