Alfresco/alfresco-ansible-deployment

remove the `setenv.sh` from the java role

alxgomz opened this issue · 0 comments

Bug description

This task can only be picked up after the issues bellow have been fixed:

The file setenv.sh is deployed by the java role using template and amended using its dependent roles. such as tomcat, search, sync, etc…

This is problematic generally speaking (in particular for idempotence) as we want to avoid cases where one part of the playbook may interfere with what another part needs to do.

Target OS

all

Ansible error

molecule idempotence test failures (currently skipped using molecule-idempotence-notest)

Acceptance criteria

  • java do not provide a setenv.sh file
  • tests are amended accordingly