containers / ansible-podman-collections

Repository for Ansible content that can include playbooks, roles, modules, and plugins for use with the Podman tool
GNU General Public License v3.0
263 stars 142 forks source link

params gpus should be exit_policy #784

Closed richm closed 3 months ago

richm commented 3 months ago

The code should be setting --exit-policy to the value of params['exit_policy'] instead of params['gpus']

richm commented 3 months ago

@sshnaidm this was caught by internal static analysis

sshnaidm commented 3 months ago

@sshnaidm this was caught by internal static analysis

Nice catch! What do you use for internal static analysis?