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?