Fix linting issues #7

Merged
Brain merged 2 commits from Brain/ki-ansible:patch-4 into main 2023-12-04 22:10:06 +01:00
Showing only changes of commit 9c6732ba4b - Show all commits

View File

@ -3,7 +3,7 @@
# SPDX-License-Identifier: AGPL-3.0-or-later
---
- name: be sure the ki config directory exists
- name: Be sure the ki config directory exists
become: true
ansible.builtin.file:
path: /var/docker/ki
@ -12,7 +12,7 @@
group: root
mode: "0755"
- name: be sure the ki files are in place
- name: Be sure the ki files are in place
become: true
ansible.builtin.template:
src: "{{ item }}.j2"
@ -24,7 +24,7 @@
- config.js
- docker-compose.yml
- name: be sure the ki services are running
- name: Be sure the ki services are running
become: true
community.docker.docker_compose:
project_src: /var/docker/ki