Job Cespedes
Job Cespedes
Thanks for the reply and consideration. I mentioned the inventory plugin with one possible use case in mind: inventory plugin running inside an Ansible Operator. There, many reconciling loops may...
Hi, I also wonder if this is an anti pattern or not. I have a use case where an app config is store in a secret for an Ansible based...
They do the work, along with add_host. However, once you have more than one use case, it does not feel right to use Ansible tasks to build inventories and it...
> What I actually plan to do is do it in two steps (until it is fixed): > > 1. Build a single multiplatform image and push it without cache...
Hi Jorge, Here it is `route.js` content: ``` import { get } from 'svelte/store' import { isAuthenticated } from '$lib/storages/authStorages' import Index from '$views/Index.svelte' import Login from '$views/Login.svelte' import SSO...
Hello, Changing something related to sirv in `package.json` partially help: ```diff diff --git a/package.json b/package.json index 2a26324..23934ea 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "build": "rollup...
~~I found that using http://localhost:5000/app/ directly in the url, looks for a pathname '/app'. So we add one route with than name, redirecting to "/" and now it works. I...
Please omit last message. A new pathname and redirect is not needed. My mistake. Running `npm ci` fixed it.
Still an issue when deploy to web server (npm run build). However, appending # to the end of the URL works. Ex https://example.com/app/#
> a way to prioritize new, unreconciled resources over re-reconciliation to fix drift while the operator was non-functional Interesting idea. Facing a similar issue with performance but with less CRs....