It’s nice that I can use ‘apt’, ‘yum’, ‘macports’, etc. But is there a module that I can point to an OS X ‘*.pkg’ file to install? If not, is there a better way than using a ‘file’ module to upload, then a ‘script’, then another ‘file’ to delete the installer? I suppose I could create a .sh with the compressed binary in it, but that seems a little messy.
Not presently.
Running the shell command with the “creates=” option to avoid repeated runs might not be a horrible solution.