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
54 stars 52 forks source link

Missing filter pattern + use the same hostgroup as example #166

Closed ludovic-gasc closed 4 months ago

ludovic-gasc commented 8 months ago

Hi,

With the first line of this example, it's missed the pattern, or you will have this error with Ansible CLI: ansible: error: the following arguments are required: pattern

Moreover, I suggest renaming db2mb1pa in the second example to ibmi, to be consistent with the hostgroup name in the previous example on this documentation page.

Kind regards

robgjertsen1 commented 8 months ago

Yes, I agree that we should use "ibmi" as the pattern with the ad-hoc command examples given the prior example inventory defines this host group.

robgjertsen1 commented 4 months ago

This is fixed with 2.0.1 release.