I am trying to a plugin for windows updates and I have the plugin in the same directory as the packer excitable - when I try to validate my JSON file I get the following error around the plugin. How the error is clear and that there is no permissions to that plugin however I am not sure if I am missing something to allow access. This is using a Mac 10.13.3 or Ubuntu. I have tried to so a sudo on the validate command but I still get the same issues. Also the location of packer and this plugin is in my $PATH.
If any one has used this plug or knows whats up I'd appreciate help
packer validate firstrun.json
Failed to initialize build 'amazon-ebs': error initializing provisioner 'windows-update': fork/exec /home/packer/packer-provisioner-windows-update: permission denied
Thanks