diff --git a/.gitignore b/.gitignore
index 42b40c5..0ce61cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ output-virtualbox-iso/*
 builds/*
 output-xfs/*
 output-ext4/*
+ansible-playbooks
diff --git a/README.md b/README.md
index a092103..3478015 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,15 @@ This template only is tested against 64 bit systems. With the following sizing r
 
 The templates are only tested with [packer](http://www.packer.io/downloads.html) 0.10.1 and later.
 
+Your will need to provide a symbolic link to the `ansible-playbooks` directory for matching repo location.
+```
+ln -s ../ansible-playbooks ansible-playbooks
+
+or
+
+ln -s /path/to/ansible-playbooks ansible-playbooks
+```
+
 ### Pre-Requisites for AWS / AMI import
 
 - IAM needs to be setup for the  `vmimport` role per the [AWS guide](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/VMImportPrerequisites.html#vmimport-service-role).