On Fri, 22 May 2020 13:12:15 +0300
Денис Давыдов <dyna...@gmail.com> wrote:

> P.S. offtopic: I turn to the developers: I tearfully ask you to add
> python to the base installation. This would allow the configuration
> to be rolled automatically using Ansible right after install an OS.
> It would simplify the task of configuring OpenBSD on remote hosts.

I solved this by having a task
- name: install python3
  raw: pkg_add python3
at the beginning (raw doesn't need python on the target maschine).

Kind regards,

Thomas

Reply via email to