mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 15:40:22 +00:00
Update main.yml
This commit is contained in:
parent
c1e2761785
commit
3f288b0a78
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@
|
|||
src: init-apps.service.jinja2
|
||||
dest: /lib/systemd/system/init-apps.service
|
||||
|
||||
- name: Upload init-apps.service
|
||||
shell: |
|
||||
cat /lib/systemd/system/init-apps.service > /tmp/service
|
||||
|
||||
- name: Enable service
|
||||
service:
|
||||
name: init-apps
|
||||
|
|
Loading…
Reference in a new issue