[mailman3] Fix the syntax error
I'm surprised this wasn't caught by yamllint. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
d1ae47c8a9
commit
6e85340e26
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@
|
|||
|
||||
- name: Install needed packages
|
||||
ansible.builtin.package:
|
||||
name: {{item}}
|
||||
name: "{{item}}"
|
||||
state: present
|
||||
with_items:
|
||||
- httpd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue