From b1138c07eef190e522db6d2a0b300033b3a8c61e Mon Sep 17 00:00:00 2001 From: William Hirigoyen Date: Wed, 2 Nov 2022 11:10:56 +0100 Subject: [PATCH] lxc-php: Fix register instruction in wrong order and indentation --- lxc-php/tasks/umask.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc-php/tasks/umask.yml b/lxc-php/tasks/umask.yml index 8d43fdcd..4a2fde5d 100644 --- a/lxc-php/tasks/umask.yml +++ b/lxc-php/tasks/umask.yml @@ -9,8 +9,8 @@ - name: "Crée des répertoires (si absents) pour surcharger la config des services PHP dans les conteneurs LXC." ansible.builtin.file: path: "{{ lxc_rootfs_path }}/etc/systemd/system/{{ lxc_php_services[lxc_php_version] }}.d" - register: systemd_path state: directory + register: systemd_path - name: "[Service] est présent dans la surchage des services PHP-FPM des conteneurs LXC." ansible.builtin.lineinfile: