fgierlinger

Results 10 comments of fgierlinger

Another possible way of solving this and sticking with the 1 letter design, is to use a lower d for dynamic and an upper D for discrete graphics. So the...

The `parted` command line program actually does not care in which case (lower, upper, mixed) the unit is passed ``` $ parted -s -m /dev/sda -- unit KIB print BYT;...

I‘m not sure which is the proper way of solving this. IMO there are two ways to solve this problem. Either transforming the output received from `parted` to match the...

@tamarahenson This issue persists in portainer-ce 2.16.2 . As soon as a variable is named "HTTPS_PROXY" the deployment/update of an environment fails with the following error ``` error during connect:...

@tamarahenson The error persists after the upgrade to 2.17.1

@uk-bolly The CIS v3.0 was released a while ago, but there has been [no release of the RHEL8-CIS for CIS v3.0](https://github.com/ansible-lockdown/RHEL8-CIS/releases). The last release is the [tag 2.6.0](https://github.com/ansible-lockdown/RHEL8-CIS/tree/2.6.0) (commit https://github.com/ansible-lockdown/RHEL8-CIS/commit/bc4cdf885ce563ec9682caf65131bda9cb38277e)....

@cp-elastic I noticed on a recent execution of the playbook, that there is another task in _tasks/vmimage/main.yml_ that fails when podman is used as container engine. https://github.com/elastic/ansible-elastic-cloud-enterprise/blob/c7ddbc394a7ca071fdda3858b54c906dec8bbbee/tasks/vmimage/main.yml#L2-L6 I managed to...