Fix linting issues

This commit is contained in:
Brain 2022-11-01 16:39:00 +01:00
parent 62f58138e3
commit 9c6732ba4b
Signed by: Brain
GPG Key ID: 9CF47083EE57670D
1 changed files with 3 additions and 3 deletions

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