Pete Ehlke

Results 7 issues of Pete Ehlke

Under certain configurations with coreutils installed via brew, you may see this in shells started inside tmux: ls: illegal option -- - usage: ls [-ABCFGHLOPRSTUWabcdefghiklmnopqrstuwx1] [file ...] This is a...

Given this workflow: ```yaml name: release on: push: branches: main paths-ignore: - 'package.json' - 'CHANGELOG.md' jobs: build: runs-on: ubuntu-latest steps: - name: Check out code uses: actions/checkout@v2 with: fetch-depth: 0...

Is there any actual reason that the rpm on bintray has to have arch x86_64? It'd be nice to be able to install it on graviton instances, and there's nothing...

new
zh:Assess/Investigate

I freely admit that I know _nothing_ of how galaxy works, but: When I include this role via galaxy, or download it with _ansible-galaxy install undergreen.prometheus-node-exporter_, what I get in...

As written, **volumes** requires definitions for both a docker_volume_configuration and an efs_volume_configuration, but an aws_ecs_task_definition requires either a docker_volume_configuration _or_ an efs_volume_configuration. It therefore seems that **volumes** can't actually be...

## Bug Report **Describe the bug** `init/systemd.in` contains this: > [Unit] > Description=@FLB_PROG_NAME@ > Documentation=https://docs.fluentbit.io/manual/ > Requires=network.target > After=network.target > > [Service] > Type=simple > EnvironmentFile=-/etc/sysconfig/@FLB_OUT_NAME@ > EnvironmentFile=-/etc/default/@FLB_OUT_NAME@ > ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/@FLB_OUT_NAME@...

status: waiting-for-triage

I confess that I do not understand this line, and I haven't been able to work out what chezmoi is doing here: ` # {{ .chezmoi.osRelease.name }} - {{ .chezmoi.osRelease.versionCodename...