Nick Mills-Barrett
Nick Mills-Barrett
Order in which they are called is super important to the result when using both. Add documentation on this.
`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...
## 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...
For maximum compatibility everywhere (temporarily, at least), `Path` objects should be converted into strings once inside pyinfra operation functions.
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...