We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The execution order is incorrect. I will need to fix ansible handlers
TASK [ansible-docker-keycloak : Ensure keycloak.service installed] ************************************************************************************* changed: [keycloak.domain.com] TASK [ansible-docker-keycloak : Ensure Systemd Services stopped] *************************************************************************************** changed: [keycloak.domain.com] => (item=nginx) changed: [keycloak.domain.com] => (item=postgres) changed: [keycloak.domain.com] => (item=keycloak) TASK [ansible-docker-keycloak : Ensure No Nginx cache exists. Resolves Bad Gateway errors] ************************************************************* ok: [keycloak.domain.com] TASK [ansible-docker-keycloak : Ensure Systemd Services started] *************************************************************************************** changed: [keycloak.domain.com] => (item=nginx) changed: [keycloak.domain.com] => (item=postgres) changed: [keycloak.domain.com] => (item=keycloak) RUNNING HANDLER [ansible-docker-keycloak : reload systemd] ********************************************************************************************* ok: [keycloak.domain.com]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The execution order is incorrect. I will need to fix ansible handlers
The text was updated successfully, but these errors were encountered: