ansible-lxc-ssh icon indicating copy to clipboard operation
ansible-lxc-ssh copied to clipboard

module ''ansible.constants'' has no attribute ''ANSIBLE_SSH_CONTROL_PATH''

Open strk opened this issue 7 months ago • 1 comments

I get this error with Ansible 2.14.3:

TASK [Gathering Facts] ************************************************************************************************************************************************************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: AttributeError: module 'ansible.constants' has no attribute 'ANSIBLE_SSH_CONTROL_PATH'
fatal: [matrix]: FAILED! => 
  msg: 'Unexpected failure during module execution: module ''ansible.constants'' has no attribute ''ANSIBLE_SSH_CONTROL_PATH'''
  stdout: ''

strk avatar Jul 22 '24 06:07 strk