1
0
Fork 0
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:
A Holt 2018-01-10 20:41:05 -05:00 committed by GitHub
parent 847a49917f
commit 2e8bb9c00d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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