ssl / tsl and storage of document
This commit is contained in:
@@ -54,5 +54,15 @@
|
||||
- lexik_jwt_authentication.yaml
|
||||
- messenger.yaml
|
||||
- monolog.yaml
|
||||
- chill_doc_store.yaml
|
||||
- framework.yaml
|
||||
loop_control:
|
||||
loop_var: file
|
||||
|
||||
- name: Create directory for storing data
|
||||
ansible.builtin.file:
|
||||
path: "{{ doc_storage_dir }}/{{ item['chill_environment'] }}"
|
||||
owner: "82"
|
||||
group: "82"
|
||||
mode: '0766'
|
||||
state: directory
|
||||
|
Reference in New Issue
Block a user