From 70eeebe4c4dd64336fe1e1d8bb5b4a88481acf35 Mon Sep 17 00:00:00 2001 From: Christoph Date: Tue, 21 Jul 2026 00:53:27 +0200 Subject: [PATCH] roles/common/tasks/mysql.yml: remove trailing spaces. --- roles/common/tasks/mysql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common/tasks/mysql.yml b/roles/common/tasks/mysql.yml index bf5b644..ff81197 100644 --- a/roles/common/tasks/mysql.yml +++ b/roles/common/tasks/mysql.yml @@ -9,7 +9,7 @@ # - name: Print service facts # ansible.builtin.debug: # var: ansible_facts.services -# when: +# when: # - ansible_facts['services']['mariadb.service']['name'] | default('not-found') != 'not-found' - name: (mysql.yml) Ensure directory '/etc/systemd/system/mariadb.service.d' is present ansible.builtin.file: