forked from bitlair/ansible
Linter + Dashboard fixes
This commit is contained in:
parent
e1bf3e1765
commit
abc64144a8
44 changed files with 265 additions and 379 deletions
|
@ -4,8 +4,8 @@
|
|||
repo: https://github.com/bitlair/spaceapi.git
|
||||
version: main
|
||||
dest: /opt/spaceapi
|
||||
accept_hostkey: yes
|
||||
notify: restart spaceapi
|
||||
accept_hostkey: true
|
||||
notify: Restart spaceapi
|
||||
|
||||
- name: Install spaceapi service file
|
||||
ansible.builtin.template:
|
||||
|
@ -13,8 +13,8 @@
|
|||
dest: /etc/systemd/system/spaceapi.service
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
notify: restart spaceapi
|
||||
mode: "0644"
|
||||
notify: Restart spaceapi
|
||||
|
||||
- name: Enable spaceapi
|
||||
ansible.builtin.systemd:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue