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
|
- name: Create the directory where the compose file will be installed
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
dest: "{{ inception_project_compose_dir }}"
|
dest: "{{ inception_project_compose_dir }}"
|
||||||
state: directory mode='0750'
|
state: directory
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: 0700
|
mode: 0700
|
||||||
|
|
Loading…
Reference in New Issue