diff --git a/roles/base/tasks/redhat_automatic_updates.yml b/roles/base/tasks/redhat_automatic_updates.yml index 6154f9f..ee25897 100644 --- a/roles/base/tasks/redhat_automatic_updates.yml +++ b/roles/base/tasks/redhat_automatic_updates.yml @@ -27,7 +27,7 @@ template: src: dnf-automatic-install.timer.j2 dest: /etc/systemd/system/dnf-automatic-install.timer.d/time.conf - become: yes + become: true notify: Daemon Reload - name: Start and enable systemd timer for dnf-automatic @@ -46,5 +46,5 @@ template: src: "dnf-automatic-install.service-{{ ansible_distribution_major_version }}.j2" dest: /etc/systemd/system/dnf-automatic-install.service.d/override.conf - become: yes + become: true notify: Daemon Reload