I encountered an error while working with the ansible Python API. 

I google the error and found this : 
https://github.com/ansible/ansible/issues/59390

I want to know is there any way this error can be resolved. 

Error : 




*PLAY [Create the Ansible helper variables for the ambari-server] 
*************************************************************************************************************************************************TASK
 
[Initialize the control variables] 
**************************************************************************************************************************************************************************fatal:
 
[ansible]: FAILED! => {"msg": "the connection plugin '<class 
'ansible.utils.sentinel.Sentinel'>' was not found"}*

Code : 
- name: Create the Ansible helper variables for the ambari-server
hosts: ambari-server
gather_facts: False
tasks:
- name: Initialize the control variables
set_fact:
namenode_groups: []
zkfc_groups: []
resourcemanager_groups: []
journalnode_groups: []
zookeeper_groups: []
zookeeper_hosts: []
hiveserver_hosts: []
oozie_hosts: []
rangeradmin_groups: []
rangeradmin_hosts: []
rangerkms_hosts: []
streamline_hosts: []
registry_hosts: []
hdf_hosts: []
solr_hosts: []
blueprint_all_services: []
blueprint_all_clients: []
install_hdp: False
install_hdf: False
install_hdpsearch: False
blueprint_static: ""
presto_coordinator_hosts: []
presto_worker_nodes: []

-- 
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/80bb92d1-843d-424f-b68e-39d4ad4ff8e1%40googlegroups.com.

Reply via email to