Hi Ansible helpers,
Could someone help on how to use the Ansible gcp_compute_snapshot module?
I created an Ansible playbook as bollow but ran into one error during the snapshot on SUSE 12.3. The error was "fatal: [patchtest03]: FAILED! => {“changed”: false, “msg”: “argument source_disk is of type <type ‘list’> and we were unable to convert to dict: <type ‘list’> cannot be converted to a dict”}
"
The more detailed Ansible gcp_compute_snapshot module can be found:
https://docs.ansible.com/ansible/latest/modules/gcp_compute_snapshot_module.html
Thanks a lot in advance.
Frank