Skip to content

Troubleshooting failed to set permissions on the temporary files ansible

Regular ansible error

During infrastructure and PunchPlatform Stack deployment, you can meet the following issue.

image

Reason

The Ansible permission right bug on temporary files.

Solution

1) Enable the pipelining through ssh

Add the following lines in ansible.cfg located at the root of the punchplatform-deployer.

[ssh_connection]
pipelining=True