Fix a typo

This commit is contained in:
Andrea Dell'Amico 2023-05-22 19:35:03 +02:00
parent aa37fa6319
commit 030919d4e9
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -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