Skip to content

Staging Directory needs to not use tempfile #1

Open
@MrGiga

Description

@MrGiga

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions