Move docker folder and delete hedgedoc user
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-27 04:29:32 +01:00
parent 3f3d619694
commit a1cac6b8a3
18 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -8,7 +8,7 @@
name: "{{ item.name }}"
uid: "{{ item.uid }}"
create_home: false
state: present
state: "{{ item.state }}"
loop:
- name: jupyter
uid: 42000
@@ -24,7 +24,7 @@
state: present
- name: hedgedoc
uid: 10000
state: present
state: absent
# All services that are behind Caddy need to be in this network
- name: Create Caddy network
become: true
@@ -34,7 +34,7 @@
- name: Upload docker configuration
become: true
ansible.builtin.copy:
src: ../../docker
src: ../../docker/docker
dest: /etc/pbri
# Files should inaccessible to non-root users.
mode: u=rw,g=,o=