syahrul-aiman

Results 7 issues of syahrul-aiman

referring to the `emgr` module. currently, the module accepts `list_file` as parameter which takes a file, containing a list of paths or labels. Instead of this, can you create another...

enhancement

for normal installation (not using `-f` option), it has been fixed in this issue https://github.com/IBM/ansible-power-aix/issues/331 however, ```yaml - name: install fixes ibm.power_aix.emgr: action: install from_epkg: true list_file: /tmp/ansible.t_bj2few.txt extend_fs: true...

**Is your feature request related to a problem? Please describe.** The current module didn't implement wake up and sleep for `plugins/modules/alt_disk.py` **Describe the solution you'd like** Add wake up and...

enhancement
next release
roadmap_candidate

**Is your feature request related to a problem? Please describe.** The current module doesn't return `disks` or `targets` that are affected by the `alt_disk` module. **Describe the solution you'd like**...

enhancement

Referring to issue https://github.com/IBM/ansible-for-i/issues/165 Added `is_cmd5250` parameter to `ibmi_cl_command.py` to explicitly run the command using the `run_command` module instead of `itoolkit_run_command_once` module.

Any idea why the different output result? Sample task using command: ```yaml - command: 'system "CHKPRDOPT *OPSYS"' register: chkprdopt ignore_errors: true - debug: var: chkprdopt.stdout ``` Output: ``` ok: [ibmi]...

Referring to: https://github.com/IBM/ansible-for-i/blob/devel/plugins/modules/ibmi_sysval.py `ibmi_sysval` module should be able to change sysval values using the `CHGSYSVAL` command and not just perform checking. It should also follow the immutable concept where if...

enhancement