From bfb961cfa1cd4ebbfd965df3b9511a9220b54845 Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Thu, 27 Feb 2020 11:01:46 +0100 Subject: fedora: update for hash_behaviour = replace --- roles/fedora/tasks/systemd.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'roles/fedora/tasks/systemd.yml') diff --git a/roles/fedora/tasks/systemd.yml b/roles/fedora/tasks/systemd.yml index 56a5898..a2b9e4b 100644 --- a/roles/fedora/tasks/systemd.yml +++ b/roles/fedora/tasks/systemd.yml @@ -1,5 +1,7 @@ --- - name: Configure systemd system.conf + vars: + systemd_conf: '{{ systemd_conf_default|combine(systemd_conf_role) }}' ini_file: path: '/etc/systemd/system.conf' no_extra_spaces: yes @@ -10,6 +12,8 @@ with_dict: '{{ systemd_conf }}' - name: Configure journald.conf + vars: + journald_conf: '{{ journald_conf_default|combine(journald_conf_role) }}' ini_file: path: '/etc/systemd/journald.conf' no_extra_spaces: yes @@ -20,6 +24,8 @@ with_dict: '{{ journald_conf }}' - name: Configure logind.conf + vars: + logind_conf: '{{ logind_conf_default|combine(logind_conf_role) }}' ini_file: path: '/etc/systemd/logind.conf' no_extra_spaces: yes -- cgit v1.2.1