mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Correct file location error in example
This commit is contained in:
parent
058fa5bd15
commit
d0906e187f
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ on each remote system with the values max_clients and http_port.
|
|||
|
||||
Next, use a Jinja2 template locally residing at
|
||||
/srv/templates/httpd.j2 to write the Apache config file on each host
|
||||
to the path /etc/httpd/conf, using the previous values.
|
||||
to the path /etc/httpd.conf, using the previous values.
|
||||
|
||||
We'll ensure that apache is running if stopped.
|
||||
|
||||
|
|
Loading…
Reference in a new issue