[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:
|
ansible.builtin.systemd:
|
||||||
state: started
|
state: started
|
||||||
enabled: yes
|
enabled: yes
|
||||||
name: {{item}}
|
name: "{{item}}"
|
||||||
with_items:
|
with_items:
|
||||||
- httpd
|
- httpd
|
||||||
- mailman3
|
- mailman3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue