Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Deal with the $HOME not set
  • Loading branch information
rbd80 committed Apr 5, 2018
1 parent 8c74946 commit 4395328
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packer_cis.json
Expand Up @@ -50,7 +50,8 @@
"sudo apt-get update -y",
"sudo apt-get install ansible -y",
"echo $HOME",
"export HOME=/root"
"export HOME=/root",
"export local_tmp=/tmp/foo_directory"
]
},
{
Expand Down

0 comments on commit 4395328

Please sign in to comment.