I have ansible roles for each app which has stop and start tasks ,I have global role deploy_all which use stop all ,deploy apps in sequential order and start all
When I call the global role deploy_all the local start and stop should not work .I have passed the when: “{{ disable_service_controls | default(false) }}” == false in start.yml But it is failing
Anys suggestions how to fix it
Without looking at logs and playbooks used, it is very difficult to tell what is wrong. Please provide details about background, roles used, a snippet of playbook failing, console log of the run, debugging steps taken, etc.