dell / dellemc-openmanage-ansible-modules

Dell OpenManage Ansible Modules
GNU General Public License v3.0
339 stars 163 forks source link

idrac_bios : 'NoneType' object has no attribute 'BIOS' #160

Closed bvivi57 closed 3 years ago

bvivi57 commented 4 years ago

Hi

When I try to use module "idrac_bios" for change paramater on my server, i have this error

"module_stderr": "172.18.94.165 : 'NoneType' object has no attribute 'BIOS'\n172.18.94.165 : 'NoneType' object has no attribute 'BIOS'\

My playbook is

- name: "Bios Parameter"
      idrac_bios:
        idrac_ip: "{{ idrac_ip }}"
        idrac_password: "{{ idrac_password }}"
        idrac_user: "{{ idrac_user }}"
        attributes:
          #DramRefreshDelay: "Performance"
          #ProcVirtualization: "Enabled"
          #ProcCores: "All"
          #ProcPwrPerf: "MaxPerf"
          #MemFrequency: "MaxPerf"
          SysProfile: "PerfOptimized"

I use Release 2.1.2 and omsdk-1.2.445 with ansible 2.9.7

My server is PowerEdge R640

Thanks for your help

grantcurell commented 3 years ago

I believe this is the same problem as #266 .