🚨: yamllint conformity
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
ansible.builtin.get_url:
|
||||
url: "{{ restic_download_url }}"
|
||||
dest: "/tmp"
|
||||
mode: 0644
|
||||
mode: "0o644"
|
||||
|
||||
- name: Uncompress restic
|
||||
ansible.builtin.shell:
|
||||
@@ -14,6 +14,6 @@
|
||||
- name: Check restic exe
|
||||
ansible.builtin.file:
|
||||
path: "{{ restic_path }}"
|
||||
mode: 0755
|
||||
mode: "0o755"
|
||||
owner: root
|
||||
group: "{{ restic_exe_group }}"
|
||||
|
@@ -9,7 +9,7 @@
|
||||
dest: "{{ restic_script_path }}"
|
||||
owner: root
|
||||
group: "{{ restic_exe_group }}"
|
||||
mode: '0750'
|
||||
mode: "0o750"
|
||||
|
||||
- name: Cron backup script
|
||||
ansible.builtin.cron:
|
||||
|
Reference in New Issue
Block a user