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

Staging Directory needs to not use tempfile #1

Open
MrGiga opened this issue May 22, 2019 · 0 comments
Open

Staging Directory needs to not use tempfile #1

MrGiga opened this issue May 22, 2019 · 0 comments

Comments

@MrGiga
Copy link

MrGiga commented May 22, 2019

install.yml has the following:

- name: Create staging path
  tempfile:
    state: directory
    suffix: te_axon
  register: staging

This should be using the remote_tmp set in ansible configuration file. My machines doesn't allow execution in /tmp for security purposes, so this task is broken for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant