diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-05-19 16:12:40 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-05-19 16:12:40 +0300 |
| commit | da2d3f0fe3eedc6a8949d8b041fedaa8d28e492c (patch) | |
| tree | 1edc6f0edb57d709fc50c96544686e8b8079f647 | |
| parent | b0578d2af1d6bfef7b86103a3f244c9112d06f98 (diff) | |
Create thelounge data directory
| -rw-r--r-- | roles/jails/03_irc_thelounge/tasks/main.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/jails/03_irc_thelounge/tasks/main.yml b/roles/jails/03_irc_thelounge/tasks/main.yml index 073b16a..55c3bfe 100644 --- a/roles/jails/03_irc_thelounge/tasks/main.yml +++ b/roles/jails/03_irc_thelounge/tasks/main.yml @@ -46,6 +46,14 @@ dest: /usr/local/bin/thelounge state: link +- name: Create thelounge data directory + file: + path: /var/db/thelounge + state: directory + owner: root + group: wheel + mode: "0755" + - name: Deploy thelounge config copy: src: "{{ jail_role_dir }}/files/config.js" |
