mailman3: copy files with copy module, not file
Signed-off-by: Lenka Segura <lsegura@redhat.com>
This commit is contained in:
parent
2082158be1
commit
7a862baa5b
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue