-
Notifications
You must be signed in to change notification settings - Fork 24.2k
if device == all, run 'bare' cfgmgr. Else, run cfgmgr -l device
#59112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if device == all, run 'bare' cfgmgr. Else, run cfgmgr -l device
#59112
Conversation
|
bot_status (CI failed due to issues with Github replication, trying to trigger a CI using the bot.. doesnt look like it, will submit an empty commit) |
Componentslib/ansible/modules/system/aix_devices.py Metadatawaiting_on: d-little |
|
Bumping stale AIX PRs (thanks!) (Close/Reopen for CI checks) |
|
@mator Does this patch work OK for you, if so could you please add s h i p i t |
|
@mator Hi, does this patch solve the problem you saw? |
|
@gundalow thanks for a reminder, going to check and re-test this PR in a few days... |
|
@d-little Thank you very much for your interest in Ansible. This plugin/module is no longer maintained in this repository and has been migrated to If you have further questions please stop by IRC or the mailing list:
Thanks, needs_info |
|
@d-little This pullrequest is waiting for your response. Please respond or the pullrequest will be closed. |
|
Thank you very much for your interest in Ansible. Ansible has migrated much of the content into separate repositories to allow for more rapid, independent development. We are closing this issue/PR because this content has been moved to one or more collection repositories.
For further information, please see: |
SUMMARY
Fixes #51754
ISSUE TYPE
COMPONENT NAME
aix_devices
ADDITIONAL INFORMATION
Small PR. We check to see if
deviceswas passed as 'all', and if it is, we just runcfgmgron the remote host. If device is not 'all', runcfgmgr -l deviceinstead.