Mat M
Mat M
On the same host, I defined two users launching a different backup at the same time. In my case, it was `@reboot`, but I think it would trigger it also...
@buhtzz Glad a new team is coming ! Thanks so much for this ! I worked it around by using different times. But the lock name is too generic to...
Can be considered as dup of #1122, where I will repost my last message.
Ah, no. My point here is that the error was not pushed to the GUI. I had to run BIT in console to see it and understand why it blocked...
@DavidBruant ça semble fait: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147227
I have a similar use case ```yaml - name: Migration when: - do_migration | bool tags: synchronize_files block: - name: "Create ssh keygen temporarily on {{ old_server }}" community.crypto.openssh_keypair: path:...
> After triaging this issue, we've agreed that behavior is inconsistent. The plan forward is to also make `delegate_to: ""` an error to match the templated outcome. > > The...
@s-hertel @bcoca : Can you confirm my understanding below ? I should set `delegate_to: "{{ old_server | default(omit) }}". When `do_migration` is false and we don't provide an `old_server` value,...
@s-hertel With just `delegate_to: "{{ old_server }}"`: If we do not define `old_server: ""` in our defaults (losing track of its usage), it works fine as is (without any default)....
Hello, @marcelklehr I can try to have a look into the code. Not much more free time as you, but at least this is an issue I can find motivation...