Bernhard Schussek

Results 48 comments of Bernhard Schussek

Confirmed, it works with 1.5.0.

> Enabling passwordless sudo for rsync seems to do the trick for me: > > ```yaml > lineinfile: > path: /etc/sudoers > state: present > insertafter: EOF > line: '{{...

> a) The command processes a larger amount of items (let's say 500.000). Some of them fail in runSingleCommand() (10% -> 50.000), let's say because an external API was offline...

I agree that this would be great. Maybe we can add the reset to a separate trait. Ideas?

As said in #601, can't we have both? We can keep the existing kernels for BC, deprecate them (trigger deprecation errors) and add a new single AppKernel.

A separate edition sounds like a lot of maintainance work, no? Also, how should a user decide which to use? I think it's better to focus on one alternative and...

@danrot IMO pulling from the repo is a bad idea anyway. I personally don't want some vendor to mess with my application files.

@danrot I think it does make sense. Until now it was recommended to pull from Sulu Standard (no?). We cannot suddenly change this for people who used Sulu this way.

I think they are related, too. However, do we really provide a prebuilt kernel for our users? That means that changing that kernel automatically changes all applications using that kernel....