IBM / ansible-for-i

the tool is to provide several customized modules for Ansible to manage IBM i systems.
GNU General Public License v3.0
55 stars 53 forks source link

is it possible to get all rows from ibmi_fix_repo with action find? #161

Closed syahrul-aiman closed 12 months ago

syahrul-aiman commented 12 months ago

As per subject.

The following returns empty list:

- ibmi_fix_repo:
    action: 'find'
    type: 'ptf_group'
    parameters: []
syahrul-aiman commented 12 months ago

this workaround works:

- ibmi_fix_repo:
    action: 'find'
    type: 'ptf_group'
    parameters:
      - additional_param: "ORDER BY id"