Skip to content
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

Error while executing role for the first time: "Could not find the requested service" #35

Closed
Savidude opened this issue Jun 21, 2019 · 0 comments · Fixed by #37
Closed

Comments

@Savidude
Copy link
Contributor

Description:
Needs to be fixed by moving the

- name: Copy WSO2APIM service file
   template:
     src: "wso2apim.service.j2"
     dest: /etc/systemd/system/wso2is.service

Block to before the server is being stopped at

- name: Stop wso2apim as a service
   systemd:
     name: wso2apim
     state: stopped

Suggested Labels:
Type/Bug
Priority/High

Suggested Assignees:
@Savidude

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant