hgv-deploy-full icon indicating copy to clipboard operation
hgv-deploy-full copied to clipboard

Erroring on step 2 of 'Fix the stdin bug'.

Open ljupcospeci opened this issue 9 years ago • 1 comments
trafficstars

Getting this error when running the playbook.

TASK [common : Fix the stdin bug, step 2] ************************************** fatal: [xxxxxx]: FAILED! => {"changed": false, "failed": true, "msg": "Destination /root/.profile does not exist !", "rc": 257}

*xxxxxx is a placeholder hostname

Thanks

ljupcospeci avatar May 17 '16 00:05 ljupcospeci

@ljupcospeci ,

I haven't figured out why this error is being generated, however I have managed to get passed it by creating an empty .profile file in /root/

Try this at a terminal when you're logged in as root: sudo touch ~/.profile

or this: sudo touch /root/profile

then run the script and you should get past this error.

lukebranch avatar Sep 17 '16 08:09 lukebranch