1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_role_websvn.git synced 2024-08-16 10:29:49 +02:00

more Options

This commit is contained in:
L3D 2020-08-10 10:31:46 +02:00
parent 82addf1324
commit 1bb63a30b8
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@ websvn__web_user: nginx
websvn__web_group: nginx
websvn__version: 2.5
websvn__config_src: templates/config.php
websvn__skip_peap: false
websvn__config_parentPath: '/var/svn' # false for disable this option
websvn__manage_config_parentPath: true

View file

@ -9,7 +9,7 @@
when: websvn__adduser | bool
- include_tasks: pear_setup.yml
when: not websvn__skip_peap | bool
- name: install websvn
become: true
package: