Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 6422cd8f authored by Arthur BOUDREAULT's avatar Arthur BOUDREAULT
Browse files

refactor: better alignment for tags

parent 180e9ec5
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,8 @@
delegate_to: localhost
become: False
tags:
- backup
- borg
- backup
- borg
- name: Gather facts for BorgBackup role
ansible.builtin.setup:
......@@ -35,8 +35,8 @@
ansible.builtin.import_role:
name: m3nu.ansible_role_borgbackup
tags:
- backup
- borg
- backup
- borg
- name: Create backup folder for BorgBackup repository
ansible.builtin.file:
......@@ -44,13 +44,13 @@
state: directory
mode: '0750'
tags:
- backup
- borg
- backup
- borg
- name: Configure host for Borg Remote repository
tags:
- backup
- borg
- backup
- borg
block:
- name: deploy ssh public key for BorgBackup
ansible.builtin.copy:
......@@ -77,8 +77,8 @@
state: present
when: ynh_ssh_borg_command is defined
tags:
- backup
- borg
- backup
- borg
- name: change archive name in "/etc/borgmatic/{{ borgmatic_config_name }}"
......@@ -88,8 +88,8 @@
line: " archive_name_format: {{ borg_archive_name_format }}"
state: present
tags:
- backup
- borg
- backup
- borg
- name: Create borg launch script in /usr/local/bin
ansible.builtin.copy:
......@@ -102,11 +102,11 @@
group: root
mode: "0755"
tags:
- backup
- borg
- backup
- borg
- name: Initialize a new Borg repository
ansible.builtin.command: "{{ borg_init_command }}"
tags:
- backup
- borg
- backup
- borg
......@@ -27,12 +27,12 @@
ansible.builtin.include_tasks: borgbackup.yml
when: ynh_borg_backup_scheduled
tags:
- backup
- borg
- backup
- borg
- name: Use Restic with YunoHost
ansible.builtin.include_tasks: restic.yml
when: ynh_restic_backup_scheduled
tags:
- backup
- restic
- backup
- restic
......@@ -22,8 +22,8 @@
delegate_to: localhost
become: False
tags:
- backup
- restic
- backup
- restic
- name: Gather facts for Restic role
ansible.builtin.setup:
......@@ -35,5 +35,5 @@
ansible.builtin.import_role:
name: do1jlr.restic
tags:
- backup
- restic
- backup
- restic
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment