Nick Mills-Barrett

Results 101 issues of Nick Mills-Barrett

Same kinda thing as Ansible's `blockinfile`.

Operations

Order in which they are called is super important to the result when using both. Add documentation on this.

Documentation

Add all inventory hosts to this group.

CLI

`pyinfra`'s two-stage execution model means it _could_ behave like other tools in the infrastructure space by not automatically executing. Thinking of `terraform` & `pulumi` in particular. So my question: should...

Discussion

Operations
Spec
Facts
Documentation

## Describe the solution you'd like Add a `wait_for_lock` argument to prevent apt operations failing instantly if there is another process holding the apt lock. Default `False` for compatibility (and...

Operations

For maximum compatibility everywhere (temporarily, at least), `Path` objects should be converted into strings once inside pyinfra operation functions.

Operations

Add hidden note about `current` vs `next` branches.

Includes the `root_dir` argument so can remove the hack around it in https://github.com/Fizzadar/pyinfra/blob/current/pyinfra/facts/util/distro.py.

Firstly a big thank you for making pyupdater - it has been incredibly useful for my app (kanmail.io). I was wondering if there is interest in allowing users to specify...