On Mon, 18 Sept 2023 at 22:16, 'Terry Lemons' via Ansible Project <
[email protected]> wrote:

> Hi - I need to install ~30 specific packages on a SLES 15 system using
> Ansible. Instead of specifying 30 individual 'community.general.zypper'
> tasks, I'd like to run a single 'community.general.zypper' task and provide
> it either with a long list of packages or a filename containing the package
> list. This doesn't seem to be possible, given my read of the
> 'community.general.zypper' documentation; is that true?
>

The way I read it (
https://docs.ansible.com/ansible/latest/collections/community/general/zypper_module.html#parameter-name),
that is not true.
It is possible to supply a list:

Package name name or package specifier or a list of either.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAF8BbLY_8Eo-WveYazFQuSwB_ZqF54%3DcbU7DvVk7%2BmgjAJ89bQ%40mail.gmail.com.

Reply via email to