Documentation may be out of date!
You are not reading the most recent version the documentation. 3.x is the latest release version available.
@local
Connector
The @local
connector executes changes on the local machine using
subprocesses. This connector is only compatible with MacOS & Linux hosts.
Examples:
# Install nginx
pyinfra inventory.py apt.packages nginx update=true _sudo=true