Changeset 1d1868f0 in darkpeak-services
- Timestamp:
- Feb 8, 2020, 1:00:59 PM (13 months ago)
- Branches:
- master
- Children:
- 7400a38a
- Parents:
- 0bf6edba
- Location:
- roles/apache2
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
roles/apache2/tasks/main.yml
r0bf6edba r1d1868f0 67 67 - reload apache2 68 68 69 - name: Install logrotate configuration for apache 70 copy: 71 src: logrotate_config 72 dest: /etc/logrotate.d/apache2 73 group: root 74 owner: root 75 mode: 0644 76 69 77 - name: Configure apache for default site 70 78 include: configure-apache-site.yml
Note: See TracChangeset
for help on using the changeset viewer.