[ansible-devel] AttributeError: module 'ansible.constants' has no attribute 'ANSIBLE_NOCOLOR'

2022-02-23 Thread igor haase
Hi fellows, I tried my first steps with ansible folowing to this manual: https://dokuwiki.nausch.org/doku.php/centos:ansible:first When I try ro rn this: *ansible rhel8 -m shell -a "/usr/bin/ls -alF /root/"* I get: *File "/usr/bin/ansible", line 60, in import ansible.constan

Re: [ansible-devel] AttributeError: module 'ansible.constants' has no attribute 'ANSIBLE_NOCOLOR'

2022-02-23 Thread Andreas Härpfer
> On 23. Feb 2022, at 13:28, igor haase wrote: > > [...] > I get: File "/usr/bin/ansible", line 60, in > import ansible.constants as C > File "/usr/lib/python3.6/site-packages/ansible/constants.py", line 19, in > > from ansible.config.manager import ConfigManager, ensure_type, >