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: