Changeset 3815 in MondoRescue for branches/3.3/ansible
- Timestamp:
- Feb 16, 2024, 2:16:34 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/ansible/roles/trac/tasks/main.yml
r3810 r3815 46 46 - restart httpd 47 47 48 - name: "Configure trac log file for the projects" 49 file: path="/prj/trac/{{ item }}.env/log/trac.log" owner=apache group=bruno mode=0660 50 loop: "{{ prj }}" 51 48 52 - name: Check that trac is running and enabled 49 53 service: name=httpd state=started enabled=yes
Note:
See TracChangeset
for help on using the changeset viewer.