Results 6 comments of Chad

seeing the same. fluentbit->cloudwatch/loki; cloudwatch has everything, loki does not.

Parsing json via ansible looks like: ``` - name: read json file content shell: cat doh_providers.json register: doh_providers_content - name: parse json from content set_fact: doh_providers: "{{ doh_providers_content.stdout | from_json...

i was able to apply cleanly, darn. Trying something else now.

3a02823 pushed, same deal ```shell mv oci.tfvars custom.tfvars git pull mv custom.tfvars oci.tfvars ```

My initial guess would be some privileges are not set for docker to operate in an LXC environment. Maybe start there!

Hey @ran000 , i'll take a look. thank you