-
Couldn't load subscription status.
- Fork 167
Closed
Description
Getting this fatal response when trying to execute playbook below on an EX4300 virtual-chassis:
TASK [perform a system snapshot] ***********************************************
fatal: [10.199.244.247]: FAILED! => {"changed": false, "failed": true, "msg": "Uncaught exception - please report: coercing to Unicode: need string or buffer, NoneType found"}
- name: perform a system snapshot
junos_cli:
host: "{{ inventory_hostname }}"
user: "{{username}}"
passwd: "{{userpasswd}}"
cli: "request system snapshot slice alternate all-members"
timeout: 600
register: system_snapshot
Metadata
Metadata
Assignees
Labels
No labels