Fix a typo
This commit is contained in:
parent
aa37fa6319
commit
030919d4e9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue