no need to symlink backup-server-state to dump-server-state anymore
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2638|7|2631|8|:+1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/396//ansiblelint">Evolix » ansible-roles » unstable #396</a>
gitea/ansible-roles/pipeline/head This commit looks good

This commit is contained in:
Jérémy Lecour 2023-11-20 19:13:51 +01:00 committed by Jérémy Lecour
parent 71ed4c4c8c
commit f01e7453fb
Signed by: jlecour
SSH key fingerprint: SHA256:h+5LgHRKwN9lS0SsdVR5yZPeFlJE4Mt+8UtL4CcP8dY
2 changed files with 3 additions and 8 deletions

View file

@ -45,6 +45,8 @@ The **patch** part changes is incremented if multiple releases happen the same m
### Removed
* evolinux-base: no need to symlink backup-server-state to dump-server-state anymore
### Security
## [23.10] 2023-10-14

View file

@ -5,11 +5,4 @@
force: True
owner: root
group: root
mode: "0750"
- name: symlink backup-server-state to dump-server-state
ansible.builtin.file:
src: /usr/local/sbin/dump-server-state
dest: /usr/local/sbin/backup-server-state
state: link
force: true
mode: "0750"