Switching to proper boolean
This commit is contained in:
parent
8db2f850f2
commit
67032f2dc7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue