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

add daemon-reload in service #13

Open
carlosramillan94 opened this issue Oct 10, 2022 · 1 comment
Open

add daemon-reload in service #13

carlosramillan94 opened this issue Oct 10, 2022 · 1 comment

Comments

@carlosramillan94
Copy link

add in file tasks/service.yml

  • name: "Service | Ensure {{ sb_app_name }} service is started"
    service:
    name: "{{ sb_app_name | lower }}"
    enabled: yes
    daemon_reload: yes
    state: started
    become: true
@flotho
Copy link

flotho commented Aug 30, 2023

Hi @carlosramillan94 ,
feel free to propose a PR if you know what to do
Regards

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

No branches or pull requests

2 participants