d860a25986950037dd67f20f37dd5af762fcc540
All checks were successful
infra/host-provisioner/pipeline/head This commit looks good
Since the host-provisioner connects to remote machines as _root_, it normally doesn't use Ansible's "become" system at all. Some tasks, though, need to to use it to switch to a specific unprivileged user. For those, `doas` is not appropriate, since it doesn't permit root by default. Rather than adjust this configuration, let's switch to `su` which requires no configuration, and does allow root.
Description
No description provided
Languages
Python
91.9%
Dockerfile
8.1%