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

Reply via email to