ansible-roles/evolinux-base/tasks/dump-server-state.yml
Jérémy Lecour f01e7453fb
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
no need to symlink backup-server-state to dump-server-state anymore
2023-11-20 19:13:51 +01:00

8 lines
208 B
YAML

- name: dump-server-state script is present
ansible.builtin.copy:
src: "dump-server-state.sh"
dest: /usr/local/sbin/dump-server-state
force: True
owner: root
group: root
mode: "0750"