You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: