-
Notifications
You must be signed in to change notification settings - Fork 33
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
ActiveMQ conf and data cannot be found #329
Comments
Similar issue can be seen also with Alfresco Search Services: TASK [../roles/search : Copy files from /opt/alfresco/search-services-2.0.3/alfresco-search-services to /opt/alfresco/search-services-2.0.3/] ***
failed: [search_1] (item={'src': 'alfresco-search-services/', 'dest': '/opt/alfresco/search-services-2.0.3/'}) => {"ansible_loop_var": "item", "changed": false, "item": {"dest": "/opt/alfresco/search-services-2.0.3/", "src": "alfresco-search-services/"}, "msg": "Source /opt/alfresco/search-services-2.0.3/alfresco-search-services/ not found"}
failed: [search_1] (item={'src': 'solrhome', 'dest': '/etc/opt/alfresco/search-services/'}) => {"ansible_loop_var": "item", "changed": false, "item": {"dest": "/etc/opt/alfresco/search-services/", "src": "solrhome"}, "msg": "Source /opt/alfresco/search-services-2.0.3/solrhome not found"} |
Hi @Fikili, Thank you for filling this issue. This error you see during the play is not a problem as such. It is actually expected when the playbook is played multiple times. |
Ok, thanks for info. I will close the task. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug description
ACS 7.2 installation started using
$ ansible-playbook playbooks/acs.yml -i inventory_ssh.yml
Error message mentioned below occurred in task "Copy data & config files to Unix FHS dirs". I am not sure if that is something critical because the installation continued and following tasks were executed properly.
Target OS
RHEL 8.3
Ansible error
Ansible context
Same output as in #328
The text was updated successfully, but these errors were encountered: