mailman3: copy files with copy module, not file

Signed-off-by: Lenka Segura <lsegura@redhat.com>
This commit is contained in:
Lenka Segura 2024-05-31 17:48:04 +02:00 committed by zlopez
parent 2082158be1
commit 7a862baa5b

View file

@ -451,7 +451,7 @@
- systemd
- name: Install the systemd cron services
ansible.builtin.file:
ansible.builtin.copy:
src: "systemd/{{ item }}.service"
dest: "/etc/systemd/system/{{ item }}.service"
with_items:
@ -470,7 +470,7 @@
- systemd
- name: Install the systemd timers
ansible.builtin.file:
ansible.builtin.copy:
src: "systemd/{{ item }}.timer"
dest: "/etc/systemd/system/{{ item }}.timer"
with_items: