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

View File

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