-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Machine agent install seems to look for db-agent path #71
Comments
You won't face that issue if you try to run the automation using latest version ansible |
FYI @v-zhuravlev |
hi @pk-z1 , thanks for reporting. It Would be great if you can provide more info in order to replicate this issue: @jpadmin , do you mean ansible version or collection version? |
Can confirm this error for ansible 2.9, here is the new test for it |
as a workaround, please upgrade to 2.10 + or remove |
Thanks @v-zhuravlev - I also validated that |
@v-zhuravlev , I can confirm that the automation works perfectly using latest ansible software with python3 as the interpreter |
Add tests for ansible 2.9 and fix for #71
Found what was the issue in 2.9. Fixed in #72 . Will be available in the next release. |
available in 21.6.0 |
Hello - I'm trying to install the machine agent on linux, but it appears to look for the db-agent path. Am I missing something here?
#ansible-playbook -i hosts-linux machine.yaml
.
.
.
TASK [appdynamics.agents.logger : Copy the log4j file down to update it localy] *************************************************************************
fatal: [10.0.110.37]: FAILED! => {"changed": false, "msg": "file not found: /opt/appdynamics/db-agent/conf/logging/log4j.xml"}
The text was updated successfully, but these errors were encountered: