Hi Team,

I am trying to gather the entire configuration details of the virtual 
machine from KVM hypervisor and created a playbook as mentioned. Play book 
execution ends up with below mentioned error. I would highly appreciate if 
someone can guide me in this.

---
- hosts: all
  name:
  become: yes
  tasks:
  - name: Gathering Facts
    ovirt.ovirt.ovirt_vm_info:
    register: result
    debug:
      msg: "{{ result.ovirt_vms }}"

ERROR! conflicting action statements: debug, ovirt.ovirt.ovirt_vm_info

The error appears to be in '/home/testuser/ansible/test.yml': line 6, 
column 5, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

  tasks:
  - name: Gathering Facts
    ^ here

 Regards,
Jayan 

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/b0160345-7996-4bf1-a5a6-a9200fd1fb77n%40googlegroups.com.

Reply via email to