Skip to content

Commit

Permalink
fix ansible-lint issues
Browse files Browse the repository at this point in the history
Signed-off-by: kogeler <roman.gavrilov@parity.io>
  • Loading branch information
kogeler committed Nov 24, 2023
1 parent 69f5655 commit edb25f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/node/tasks/803-restore-chain-http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
owner: "{{ node_user }}"
group: "{{ node_user }}"
remote_src: true
mode: "0655"
mode: "0755"

- name: Restore {{ item.part }} | HTTP restoring | Delete temporary folder
ansible.builtin.file:
Expand Down
2 changes: 1 addition & 1 deletion roles/node/tasks/includes/_delete_db_folder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
ansible.builtin.file:
path: "{{ item.chain_path }}/{{ item.db_folder }}"
state: directory
mode: "0655"
mode: "0755"

0 comments on commit edb25f3

Please sign in to comment.