Category: Uncategorized
-
Uploading to SharePoint Online with Ansible and GraphAPI
It’s fairly easy to produce output files using ansible, with one of my favourite methods being to use a Jinja template to output a file with comma separated values (CSV) and then converting that to Excel (XLSX) format. But where should that file get stored? If you’re running Ansible on your local machine and the…