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
juniper.device collection and Python libraries version
Summary
Could you implement in this module working 'action: "shutdown"' for Juniper devices running VMHOST ? Currently for VMHOST only 'action: "reboot"' working correctly. For 'normal' Junos both actions work correctly.
Steps to reproduce
---
- name: Reboot VM Hostshosts: po_vmhostconnection: localgather_facts: notasks:
- name: Reboot VM Hostsjuniper.device.system:
action: "reboot"# action: "shutdown"vmhost: Trueall_re: Trueregister: result
- name: Print resultdebug:
var: result
Expected results
Power-off Juniper device running VMHOST
Actual results
FAILED! => {"changed": false, "msg": "The vmhost option can only be used when the action option has the value \"reboot\"."}
The text was updated successfully, but these errors were encountered:
Module Name
juniper.device collection and Python libraries version
Summary
Could you implement in this module working 'action: "shutdown"' for Juniper devices running VMHOST ? Currently for VMHOST only 'action: "reboot"' working correctly. For 'normal' Junos both actions work correctly.
Steps to reproduce
Expected results
Actual results
The text was updated successfully, but these errors were encountered: