Release 10.2.0 #114

Manually merged
jlecour merged 103 commits from unstable into stable 2020-09-17 14:14:16 +02:00
2 changed files with 5 additions and 0 deletions
Showing only changes of commit 48174ad618 - Show all commits

View file

@ -12,6 +12,7 @@ The **patch** part changes incrementally at each release.
### Added
* evoacme: remount /usr if necessary
* evolinux-base: swappiness is customizable
* evolinux-base: install wget
* tomcat: root directory owner/group are configurable

View file

@ -1,4 +1,8 @@
---
- include_role:
name: evolix/remount-usr
- name: Create CSR dir
file:
path: "{{ evoacme_csr_dir }}"