You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting timezones the attribute "Time.1.TimeZone" works for iDRAC8, but for iDRAC9, its attribute is"Time.1.Timezone" (note the capital "Z"). This causes plays to fail when targeting mixed generations of iDRACs.
Your Plays look like they were tested on an iDRAC9
How can the team help?
When setting timezones the attribute "Time.1.TimeZone" works for iDRAC8, but for iDRAC9, its attribute is"Time.1.Timezone" (note the capital "Z"). This causes plays to fail when targeting mixed generations of iDRACs.
Your Plays look like they were tested on an iDRAC9
dellemc.openmanage.idrac_attributes:
idrac_ip: "192.168.0.1"
idrac_user: "user_name"
idrac_password: "user_password"
ca_path: "/path/to/ca_cert.pem"
idrac_attributes:
Time.1.Timezone: CST6CDT
NTPConfigGroup.1.NTPEnable: Enabled
NTPConfigGroup.1.NTP1: 192.168.0.5
NTPConfigGroup.1.NTP2: 192.168.0.6
NTPConfigGroup.1.NTP3: 192.168.0.7
The text was updated successfully, but these errors were encountered: