mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
change the target for the creates call on dnf-automatic. Our hosts should be all multi-user, not basic
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user