mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Ansible output: "iiab-startup.service to {{ systemd_location }}"
This commit is contained in:
parent
847a49917f
commit
2e8bb9c00d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
mode: 0755
|
||||
when: not startup_script.stat.exists
|
||||
|
||||
- name: Copy iiab-startup.service to /etc/systemd/system
|
||||
- name: Copy iiab-startup.service to {{ systemd_location }}
|
||||
template:
|
||||
src: iiab-startup.service
|
||||
dest: "{{ systemd_location }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue