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 1f0ac107 authored by Arthur BOUDREAULT's avatar Arthur BOUDREAULT
Browse files

style: Capital letters for task names

parent b464c17a
No related branches found
No related tags found
1 merge request!56Resolve "build(ynh_backup): update borg role to v.0.9.4"
This commit is part of merge request !56. Comments created here will be created in the context of that merge request.
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
- backup - backup
- borg - borg
block: block:
- name: deploy ssh public key for BorgBackup - name: Deploy SSH public key for BorgBackup
ansible.builtin.copy: ansible.builtin.copy:
src: "{{ borg_ssh_keys_src }}.pub" src: "{{ borg_ssh_keys_src }}.pub"
dest: "{{ borg_ssh_keys_dest }}.pub" dest: "{{ borg_ssh_keys_dest }}.pub"
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
group: "root" group: "root"
mode: 0600 mode: 0600
- name: deploy ssh private key for BorgBackup - name: Deploy SSH private key for BorgBackup
ansible.builtin.copy: ansible.builtin.copy:
src: "{{ borg_ssh_keys_src }}.vault" src: "{{ borg_ssh_keys_src }}.vault"
dest: "{{ borg_ssh_keys_dest }}" dest: "{{ borg_ssh_keys_dest }}"
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
mode: 0600 mode: 0600
when: ynh_borg_backup_remote_repo when: ynh_borg_backup_remote_repo
- name: change SSH command in "/etc/borgmatic/{{ borgmatic_config_name }}" - name: Change SSH command in "/etc/borgmatic/{{ borgmatic_config_name }}"
ansible.builtin.lineinfile: ansible.builtin.lineinfile:
path: "/etc/borgmatic/{{ borgmatic_config_name }}" path: "/etc/borgmatic/{{ borgmatic_config_name }}"
regexp: "# ssh_command: ssh -i ~/.ssh/id_ed25519" regexp: "# ssh_command: ssh -i ~/.ssh/id_ed25519"
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
- borg - borg
- name: change archive name in "/etc/borgmatic/{{ borgmatic_config_name }}" - name: Change archive name in "/etc/borgmatic/{{ borgmatic_config_name }}"
ansible.builtin.lineinfile: ansible.builtin.lineinfile:
path: "/etc/borgmatic/{{ borgmatic_config_name }}" path: "/etc/borgmatic/{{ borgmatic_config_name }}"
regexp: "archive_name_format:" regexp: "archive_name_format:"
......
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