Compare commits

..

No commits in common. "75f008d062a5fd046a04d7fec29994de32fcf923" and "4f0eb7b86c7602d78e83e0387c55237cd3e99cef" have entirely different histories.

View File

@ -3,18 +3,18 @@
# 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:
file:
path: /var/docker/ki
state: directory
owner: root
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:
template:
src: "{{ item }}.j2"
dest: "/var/docker/ki/{{ item }}"
owner: root
@ -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