8 lines
205 B
YAML
8 lines
205 B
YAML
---
|
|
- name: Création du script de restauration
|
|
ansible.builtin.template:
|
|
src: restore.sh.j2
|
|
dest: "{{ backup_script_path }}/minecraft-restore.sh"
|
|
owner: root
|
|
group: root
|
|
mode: '0755' |