change the target for the creates call on dnf-automatic. Our hosts should be all multi-user, not basic

This commit is contained in:
Kevin Fenzi
2018-12-20 22:07:59 +00:00
parent 5781573c20
commit 028181efb6

View File

@@ -45,7 +45,7 @@
command: systemctl enable dnf-automatic-install.timer
when: ansible_distribution_major_version|int >= 26
args:
creates: /etc/systemd/system/basic.target.wants/dnf-automatic-install.timer
creates: /etc/systemd/system/multi-user.target.wants/dnf-automatic-install.timer
tags:
- config