Update main.yml

This commit is contained in:
qiaofeng1227 2023-03-02 12:23:23 +08:00 committed by GitHub
parent c1e2761785
commit 3f288b0a78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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