hi all, below is my playbook and even i installed collection but i am
facing the error can anyone guide me

    - name: Add host
      host:
        controller_host: "{{ awx_url }}"
        controller_password: "{{ username }}"
        controller_username: "{{ password }}"
        validate_certs: false
        name: "{{ vm_ipv4_address }}"
        description: "automation"
        inventory: "{{ inventory_name }}"
        state: present
        variables:
          Version: "{{ version }}"
          ansible_function: "{{ host_type }}"
          ansible_function_wthspc: "{{ host_type }}"
          ansible_host: "{{ fqdn }}"
          ansible_ip: "{{ ip_add }}"
          ansible_itrc_cmp_id: "{{ itrc_comp_id }}"
          ansible_itrc_component: "{{ itrc_comp }}"
          ansible_itrc_component_wthspc: "{{ itrc_comp_wthspc }}"
          ansible_location: "{{ ansible_location }}"
          ansible_network_os: "{{ host_os }}"
      tags:
        - inventory_update_new


my Collection version:
---
collections:
  - name: ansible.windows
    version: 2.0.0

  - name: community.windows
    version: 2.0.0

  - name: awx.awx
    version:  23.8.1

error i am facing:
[image: image.png]

-- 
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/CALyK%3Dg8gOmubLiTZaojSduk8f6Z2%2BE9VR%3D5hmWfhba-66pd1tQ%40mail.gmail.com.

Reply via email to