apache: Better syntax for jinja2
This commit is contained in:
parent
09f7750206
commit
c566ddd819
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
ansible.builtin.lineinfile:
|
||||
path: /etc/httpd/conf/httpd.conf
|
||||
line: "#{{ item }}"
|
||||
regexp: "^#?{{ item|replace('*', '\\*') }}"
|
||||
regexp: "^#?{{ item | replace('*', '\\*') }}"
|
||||
with_items:
|
||||
- "Listen 80"
|
||||
- "IncludeOptional conf.d/*.conf"
|
||||
|
|
Loading…
Add table
Reference in a new issue