rename backup-server-state to dump-server-state #150

Closed
gcolpart wants to merge 518 commits from unstable into rename-backup-server-state
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 84178d6b24 - Show all commits

View file

@ -27,6 +27,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
* minifirewall: tail template follows symlinks * minifirewall: tail template follows symlinks
* minifirewall: upstream release 22.03.5 * minifirewall: upstream release 22.03.5
* openvpn: use a subnet topology instead of the net30 default topology * openvpn: use a subnet topology instead of the net30 default topology
* tomcat: Tomcat 9 by default with Debian 11
### Fixed ### Fixed

View file

@ -21,9 +21,9 @@
- ansible_distribution_release == "buster" - ansible_distribution_release == "buster"
- tomcat_version is not defined - tomcat_version is not defined
- name: Set Tomcat version to 10 on Debian 11 if missing - name: Set Tomcat version to 9 on Debian 11 if missing
set_fact: set_fact:
tomcat_version: 10 tomcat_version: 9
when: when:
- ansible_distribution_release == "bullseye" - ansible_distribution_release == "bullseye"
- tomcat_version is not defined - tomcat_version is not defined