Skip to content
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

Installation on macos no recognised #21

Open
lubomben opened this issue Jul 24, 2021 · 0 comments
Open

Installation on macos no recognised #21

lubomben opened this issue Jul 24, 2021 · 0 comments

Comments

@lubomben
Copy link

QwikContext

Installation on macos goes well but it does not work.

Details

Installation on macos 11.4 is possible and goes well but trying a simple playbook returns always following error:
fatal: [idrac-er099-rminv2]: FAILED! => {"ansible_facts": {"discovered_interpreter_python": "/usr/bin/python"}, "changed": false, "msg": "Dell EMC OMSDK library is required for this module"}

Repro Steps

% python --version
Python 3.9.6
% pip install omsdk --upgrade
% ansible-playbook test.yaml -i inventory_idrac -l net -k
SSH password:

PLAY [all] **********************************************************************************************************************************************************************

TASK [Get hardware inventory] ***************************************************************************************************************************************************
[WARNING]: Platform darwin on host idrac-er099-rminv2 is using the discovered Python interpreter at /usr/bin/python, but future installation of another Python interpreter could
change the meaning of that path. See https://docs.ansible.com/ansible/2.11/reference_appendices/interpreter_discovery.html for more information.
fatal: [idrac-er099-rminv2]: FAILED! => {"ansible_facts": {"discovered_interpreter_python": "/usr/bin/python"}, "changed": false, "msg": "Dell EMC OMSDK library is required for this module"}
[WARNING]: Platform darwin on host idrac-er095-rminv2 is using the discovered Python interpreter at /usr/bin/python, but future installation of another Python interpreter could
change the meaning of that path. See https://docs.ansible.com/ansible/2.11/reference_appendices/interpreter_discovery.html for more information.
fatal: [idrac-er095-rminv2]: FAILED! => {"ansible_facts": {"discovered_interpreter_python": "/usr/bin/python"}, "changed": false, "msg": "Dell EMC OMSDK library is required for this module"}

PLAY RECAP **********************************************************************************************************************************************************************
idrac-er095-rminv2         : ok=0    changed=0    unreachable=0    failed=1    skipped=0    rescued=0    ignored=0
idrac-er099-rminv2         : ok=0    changed=0    unreachable=0    failed=1    skipped=0    rescued=0    ignored=0

Severity

Blocking

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant