diff --git a/tasks/inception.yml b/tasks/inception.yml index 1fa2d3f..5a72c70 100644 --- a/tasks/inception.yml +++ b/tasks/inception.yml @@ -5,7 +5,7 @@ - name: Create the directory where the compose file will be installed ansible.builtin.file: dest: "{{ inception_project_compose_dir }}" - state: directory mode='0750' + state: directory owner: root group: root mode: 0700