When setting state: latest in a win_psmodule task the function Find-LatestPsModule is called. This function returns a list of versions, if the module exists on multiple registered repositories and no ...
$ cat pb-aix-user.yml --- - name: Create an user with a specific password hosts: all gather_facts: no become: true collections: - ibm.power_aix tasks: - name: Generate encrypted password ibm.power_aix ...