Switching to proper boolean

This commit is contained in:
Tyler Hale 2022-08-22 13:20:54 -06:00
parent 8db2f850f2
commit 67032f2dc7
Signed by: Tyler
GPG key ID: C7CC4B910D88EF96

View file

@ -27,7 +27,7 @@
template: template:
src: dnf-automatic-install.timer.j2 src: dnf-automatic-install.timer.j2
dest: /etc/systemd/system/dnf-automatic-install.timer.d/time.conf dest: /etc/systemd/system/dnf-automatic-install.timer.d/time.conf
become: yes become: true
notify: Daemon Reload notify: Daemon Reload
- name: Start and enable systemd timer for dnf-automatic - name: Start and enable systemd timer for dnf-automatic
@ -46,5 +46,5 @@
template: template:
src: "dnf-automatic-install.service-{{ ansible_distribution_major_version }}.j2" src: "dnf-automatic-install.service-{{ ansible_distribution_major_version }}.j2"
dest: /etc/systemd/system/dnf-automatic-install.service.d/override.conf dest: /etc/systemd/system/dnf-automatic-install.service.d/override.conf
become: yes become: true
notify: Daemon Reload notify: Daemon Reload