Drew E. Easley
Drew E. Easley
@koikonom , I'm seeing some strange behavior with this. The `.u.id` response isn't the user's GUID, but rather the user's SID in the directory. I have no way of accessing...
Happy to share it if anybody needs it, but my personal solution was to write a python script that runs just before any Terraform command. It's ugly in nature, but...
This seems bad, but as a proof of concept, I was able to get past the original issue by updating the initial migration to not drop and re-add the primary...
+1 no new comics for me either, 2007 is the last one but notifications roll in
+1 for this issue. In my case there are multiple root TXT records at the root of the domain, and I need to obtain one of them. There is currently...
Uninstalling and reinstalling tamper via pip worked for me as well.
+1 Running into this issue myself.
Just ran into this issue today: This is **broken** ``` - name: Update apt Cache apt: update_cache: yes name: "{{ apt_packages }}" ``` Looking at comments above, this is a...
@bcampoli I found out, further to our issue, that it's only happening when we build on AWS instances. Our Docker instances don't have the same issue. I hate that I...
Thank you @JonTheNiceGuy !