Ignore:
Timestamp:
Feb 16, 2024, 2:20:30 AM (2 months ago)
Author:
Bruno Cornec
Message:

manage rights for trac db dir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/ansible/roles/trac/tasks/main.yml

    r3816 r3817  
    5454  loop: "{{ prj }}"
    5555
     56- name: "Configure trac db directory for the projects"
     57  file: path="/prj/trac/{{ item }}.env/db" owner=apache group=bruno mode=0775
     58  loop: "{{ prj }}"
     59
    5660- name: Check that trac is running and enabled
    5761  service: name=httpd state=started enabled=yes
Note: See TracChangeset for help on using the changeset viewer.