diff --git a/roles/ts3audiobot/tasks/main.yml b/roles/ts3audiobot/tasks/main.yml index 8ced53c..6ef16a0 100644 --- a/roles/ts3audiobot/tasks/main.yml +++ b/roles/ts3audiobot/tasks/main.yml @@ -31,6 +31,9 @@ file: path: "{{ item }}" state: directory + mode: '0700' + owner: 'root' + group: 'root' with_items: - "{{ ts3audiobot_install_location }}" tags: @@ -41,6 +44,7 @@ file: path: "{{ item }}" state: directory + mode: '0750' owner: '9999' group: '9999' setype: "container_file_t"