[mailman3] Fix syntax issue
Oops! Missed one. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
6e85340e26
commit
ebe911b700
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@
|
|||
ansible.builtin.systemd:
|
||||
state: started
|
||||
enabled: yes
|
||||
name: {{item}}
|
||||
name: "{{item}}"
|
||||
with_items:
|
||||
- httpd
|
||||
- mailman3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue