ansible-augeas icon indicating copy to clipboard operation
ansible-augeas copied to clipboard

"rm", "set" commands give "object has no attribute" error

Open k-szabi opened this issue 4 years ago • 1 comments

When the ansible playlist call augeas for "rm" or "set" commands, the following error message has been received: "nAttributeError: 'module' object has no attribute 'Augeas'\r\n", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1} --"

This issue has been faced with ansible 2.9.4 + python 2.7.5 and the last version of this ansible-augeas.py as well, but not faced with ansible 2.4.1 and python 2.7.5

k-szabi avatar Feb 20 '20 15:02 k-szabi

Hi,

Are you able to provide PR with appropriate fix which can be tested on all these versions? I'm not able to fix and test this quickly :-(

paluh avatar Feb 20 '20 16:02 paluh