Jeff Geerling

Results 1858 comments of Jeff Geerling

See: https://github.com/jimsalterjrs/sanoid/pull/523 — I think `--delete-target-snapshots` is what you're after (and is what I'm after)—but it's not available in a released version yet, just in source.

@notetiene - I do plan on finishing the book at some point, but this year my new office build has taken precedence (and every ounce of spare time), so it's...

Still getting some fails :(

The only concern here is the maintenance of the Docker image — I'm willing to merge this in, as I do think a choice would be nice (and it may...

Just chalking up one more vote of "yes it'd be cool to have this" ;) It would certainly be nice to be able to manage my Pi the same as...

@danindiana - Please see: https://www.jeffgeerling.com/blog/2023/how-solve-error-externally-managed-environment-when-installing-pip3

Check out https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/64 — might be the same issue.

Is this related to docker_compose not working? If so, see https://github.com/ansible-collections/community.docker/pull/739 — Ansible's main docker collection is going to move away from the python library: https://github.com/ansible-collections/community.docker/pull/739

Workaround: you can add a `stat` to check if the `composer.json` file already exists: ```yaml - name: Check if Drupal project already exists. stat: path: "{{ drupal_core_path }}/composer.json" register: drupal_composer_json...