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:
parent
82addf1324
commit
1bb63a30b8
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue