From 030919d4e90b3e2c3749b5e8a63d0e79d2e43014 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 22 May 2023 19:35:03 +0200 Subject: [PATCH] Fix a typo --- tasks/inception.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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