From 9e16f39b59069e752bbd24f5408e39e8ac24ec79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Sat, 17 Dec 2022 18:03:39 +0100 Subject: refactor(roles): force byte conversion by ansible --- roles/httpd/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/httpd') diff --git a/roles/httpd/tasks/main.yml b/roles/httpd/tasks/main.yml index ce4853a..f946044 100644 --- a/roles/httpd/tasks/main.yml +++ b/roles/httpd/tasks/main.yml @@ -12,7 +12,7 @@ dest: "{{ httpd_configuration_file }}" owner: 0 group: 0 - mode: 0644 + mode: "0644" - name: enable and restart httpd ansible.builtin.service: -- cgit v1.2.3