From: Mikolaj Kucharski Subject: Re: ansible.builtin.package vs pkg_add command directly (was Re: ansible breakage) To: "Lyndon Nerenberg (VE7TFX/VE6BBM)" Cc: ports@openbsd.org Date: Sat, 9 Aug 2025 18:04:39 +0000 Thank you, Lyndon. Indeed, as simple as it gets. On Mon, Aug 04, 2025 at 08:46:15AM -0700, Lyndon Nerenberg (VE7TFX/VE6BBM) wrote: > Mikolaj Kucharski writes: > > Hi Lyndon, > > > > Out of curiosity, can you give an example how you work with pkg_add > > command directly, instead with ansible.builtin.package? > > - name: Install pftop > ansible.builtin.command: pkg_add pftop-- > tags: pftop > > - name: Install squid > ansible.builtin.command: pkg_add squid-- > tags: squid > > - name: Enable squid > ansible.builtin.command: rcctl enable squid > tags: squid > > --lyndon > -- Regards, Mikolaj